lets support RTL languages

This commit is contained in:
tibbi
2016-11-27 12:14:39 +01:00
parent f1deda5c98
commit 4cd239604b
4 changed files with 20 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
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"