am 3d99bb36: Disable RTL support

* commit '3d99bb36823013aba84de6917a4a64c6a264f5e9':
  Disable RTL support
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c8f2c32..b48381c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -34,7 +34,7 @@
         android:icon="@mipmap/ic_launcher_mail"
         android:label="@string/app_name"
         android:theme="@style/UnifiedEmailTheme"
-        android:supportsRtl="true" >
+        android:supportsRtl="false" >
         <!-- Enable search in all activities -->
         <meta-data android:name="android.app.default_searchable"
             android:value=".ui.MailActivity" />