summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-11-05 15:23:12 -0800
committerztenghui <ztenghui@google.com>2013-11-05 15:27:26 -0800
commit3ec8d21ae9f687ed213f7b2818e1b8758741689d (patch)
treea2f54c98e7cf520531cc2940de15d0aae30d3c0b /res/layout
parentbf4ce93c84400357a28f78a76df62b550e7f85d1 (diff)
downloadandroid_packages_apps_Snap-3ec8d21ae9f687ed213f7b2818e1b8758741689d.tar.gz
android_packages_apps_Snap-3ec8d21ae9f687ed213f7b2818e1b8758741689d.tar.bz2
android_packages_apps_Snap-3ec8d21ae9f687ed213f7b2818e1b8758741689d.zip
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
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/filmstrip_bottom_controls.xml2
1 files changed, 2 insertions, 0 deletions
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"