Adding Arabic strings

enable RTL Support
This commit is contained in:
karmac 2019-01-14 12:32:17 +02:00
parent 1f316a0936
commit 7305aa6cb7
3 changed files with 7 additions and 5 deletions

View File

@ -31,7 +31,8 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:supportsRtl="true">
<activity
android:name=".activities.SplashActivity"

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">جهات الإتصال</string>
<string name="app_launcher_name">جهات الإتصال</string>
</resources>

View File

@ -1,4 +0,0 @@
storePassword=123456
keyPassword=abcdef
keyAlias=myAlias
storeFile=../keystore.jks