summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2013-07-23 16:13:32 -0700
committerTony Mantler <nicoya@google.com>2013-07-25 15:47:45 -0700
commitea5f307daea0f77cc1ce4701de759a575a7b8202 (patch)
tree4e232783a802b8505e82a578db8f079a3a41c85f /AndroidManifest.xml
parent8fbfc3c497233082f7c2b4b39f62b8754b8ced36 (diff)
downloadandroid_packages_apps_UnifiedEmail-ea5f307daea0f77cc1ce4701de759a575a7b8202.tar.gz
android_packages_apps_UnifiedEmail-ea5f307daea0f77cc1ce4701de759a575a7b8202.tar.bz2
android_packages_apps_UnifiedEmail-ea5f307daea0f77cc1ce4701de759a575a7b8202.zip
Enable Bidi, add correct tags to folder list items
b/7221227 Change-Id: Idf4b909811bf7c74e6d202346f21506c4cf875dd
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 febfebcb2..081966c78 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,7 +33,8 @@
<application
android:icon="@mipmap/ic_launcher_mail"
android:label="@string/app_name"
- android:theme="@style/UnifiedEmailTheme" >
+ android:theme="@style/UnifiedEmailTheme"
+ android:supportsRtl="true" >
<!-- Enable search in all activities -->
<meta-data android:name="android.app.default_searchable"
android:value=".ui.MailActivity" />