summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
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 /AndroidManifest.xml
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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9368e38ab..e14a251b2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -47,6 +47,7 @@
android:largeHeap="true"
android:logo="@mipmap/ic_launcher_camera"
android:restoreAnyVersion="true"
+ android:supportsRtl="true"
android:theme="@style/Theme.Camera" >
<activity
android:name="com.android.camera.CameraActivity"