disable rtl support

This commit is contained in:
tibbi 2016-11-15 20:22:33 +01:00
parent afc054e8ce
commit 7bc73b48a4
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.simplemobiletools.camera"
xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simplemobiletools.camera">
<uses-feature
android:name="android.hardware.camera"
@ -18,7 +18,6 @@
android:allowBackup="true"
android:icon="@mipmap/launcher"
android:label="@string/app_launcher_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".activities.MainActivity"