summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout/frame_layout_rtl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BiDiTests/res/layout/frame_layout_rtl.xml')
-rw-r--r--tests/BiDiTests/res/layout/frame_layout_rtl.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/BiDiTests/res/layout/frame_layout_rtl.xml b/tests/BiDiTests/res/layout/frame_layout_rtl.xml
index 33ca40a..4b87752 100644
--- a/tests/BiDiTests/res/layout/frame_layout_rtl.xml
+++ b/tests/BiDiTests/res/layout/frame_layout_rtl.xml
@@ -77,5 +77,12 @@
android:background="#FFFFFF00">
</RelativeLayout>
+ <RelativeLayout
+ android:layout_width="100dp"
+ android:layout_height="100dp"
+ android:layout_gravity="center_horizontal|center_vertical"
+ android:background="#FF888888">
+ </RelativeLayout>
+
</FrameLayout>