summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-11-06 10:34:49 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-06 10:34:49 -0800
commit970cd50b34a40121363615f1c33816340d84c1e3 (patch)
tree8debd3d396bd8cb61d414e2b0b66e97c362c31f9 /res
parentf41109d8d15e63399fb3331e577da218a3300d5d (diff)
parent189bfea2c8fd3374aac99f4c18cda357fcf2a371 (diff)
downloadandroid_packages_apps_Snap-970cd50b34a40121363615f1c33816340d84c1e3.tar.gz
android_packages_apps_Snap-970cd50b34a40121363615f1c33816340d84c1e3.tar.bz2
android_packages_apps_Snap-970cd50b34a40121363615f1c33816340d84c1e3.zip
am 189bfea2: Merge "Fix the RTL layout in the app\'s manifest." into gb-ub-photos-carlsbad
* commit '189bfea2c8fd3374aac99f4c18cda357fcf2a371': Fix the RTL layout in the app's manifest.
Diffstat (limited to 'res')
-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"