remove the RTL support by default.

This commit is contained in:
ylecollen 2016-12-21 13:01:12 +01:00
parent d741c012f3
commit 1c067b1cb6

View file

@ -3,9 +3,6 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:label="@string/app_name" android:label="@string/app_name">
android:supportsRtl="true">
</application> </application>
</manifest> </manifest>