summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-07-19 19:25:50 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2012-07-24 15:02:12 -0700
commit79d8e80a304922c34a6bd344f1fa49dd7dfd106d (patch)
tree5ed1a7d98cff8af497efbefb8606a9e4f2455f5f /AndroidManifest.xml
parent24d1058d008da5ba3ec78ef1822f5806b8a7d002 (diff)
downloadpackages_apps_settings-79d8e80a304922c34a6bd344f1fa49dd7dfd106d.zip
packages_apps_settings-79d8e80a304922c34a6bd344f1fa49dd7dfd106d.tar.gz
packages_apps_settings-79d8e80a304922c34a6bd344f1fa49dd7dfd106d.tar.bz2
Make Settings app aware of layout direction
- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fe68a9c..c4900fd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -62,7 +62,8 @@
android:taskAffinity=""
android:theme="@android:style/Theme.Holo"
android:uiOptions="splitActionBarWhenNarrow"
- android:hardwareAccelerated="true">
+ android:hardwareAccelerated="true"
+ android:supportsRtl="true">
<!-- Settings -->