]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
More robust code to get display density.
[Dictionary.git] / AndroidManifest.xml
index 9e0e00282c79fa62eccdb8e8f807300a8e4665f0..21d6a06f2addb73a83338cee42f940a226480208 100644 (file)
     <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"