]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
Add supportsRtl flag.
[Dictionary.git] / AndroidManifest.xml
index 70413f0af2ea9502a882d50565530ca128e3a7cf..21d6a06f2addb73a83338cee42f940a226480208 100644 (file)
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="78"
-    android:versionName="5.3.1" >
+    android:versionCode="85"
+    android:versionName="5.3.4" >
 
     <uses-sdk
         android:minSdkVersion="10"
     <application
         android:name=".DictionaryApplication"
         android:allowBackup="true"
+        android:resizeableActivity="true"
         android:icon="@drawable/icon"
         android:banner="@drawable/banner_tv"
         android:label="@string/app_name"
+        android:supportsRtl="true"
         android:theme="@style/AppBaseThemeDark" >
         <meta-data
             android:name="com.google.android.backup.api_key"
@@ -54,6 +56,7 @@
         <activity
             android:name=".DictionaryActivity"
             android:label="@string/app_name"
+            android:windowSoftInputMode="adjustResize"
             android:parentActivityName=".DictionaryActivity" >
 
             <!-- Parent activity meta-data to support API level 7+ -->