From 3ec8d21ae9f687ed213f7b2818e1b8758741689d Mon Sep 17 00:00:00 2001 From: ztenghui Date: Tue, 5 Nov 2013 15:23:12 -0800 Subject: Fix the RTL layout in the app's manifest. At the same time, make sure the bottom controls are following RTL rules. bug:11481090 Change-Id: I52262aece7c16c194b6419150c1d4c13abff4f2d --- res/layout/filmstrip_bottom_controls.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res') diff --git a/res/layout/filmstrip_bottom_controls.xml b/res/layout/filmstrip_bottom_controls.xml index 5b049fe5e..1ad07aee9 100644 --- a/res/layout/filmstrip_bottom_controls.xml +++ b/res/layout/filmstrip_bottom_controls.xml @@ -30,6 +30,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" android:background="@drawable/photopage_bottom_button_background" android:paddingBottom="5dp" android:paddingLeft="15dp" @@ -55,6 +56,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" android:background="@drawable/photopage_bottom_button_background" android:paddingBottom="5dp" android:paddingLeft="15dp" -- cgit v1.2.3