Enable Bidi

b/7221227

Change-Id: I9417a833a2f1ebf6292dbf1b434e9504fe25184b
This commit is contained in:
Tony Mantler 2013-07-23 16:16:16 -07:00
parent 1c3ec5f6c0
commit 83bee478f3
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@
android:label="@string/app_name"
android:requiredAccountType="com.android.exchange,com.android.email"
android:theme="@style/UnifiedEmailTheme"
android:hardwareAccelerated="true" >
android:hardwareAccelerated="true"
android:supportsRtl="true" >
<!-- Enable search in all activities -->
<meta-data android:name="android.app.default_searchable"
android:value="com.android.email2.ui.MailActivityEmail" />