mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-24 15:17:37 +01:00
Adding Arabic strings
enable RTL Support
This commit is contained in:
parent
1f316a0936
commit
7305aa6cb7
@ -31,7 +31,8 @@
|
|||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_launcher_name"
|
android:label="@string/app_launcher_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher"
|
android:roundIcon="@mipmap/ic_launcher"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme"
|
||||||
|
android:supportsRtl="true">
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.SplashActivity"
|
android:name=".activities.SplashActivity"
|
||||||
|
5
app/src/main/res/values-ar/strings.xml
Normal file
5
app/src/main/res/values-ar/strings.xml
Normal 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>
|
@ -1,4 +0,0 @@
|
|||||||
storePassword=123456
|
|
||||||
keyPassword=abcdef
|
|
||||||
keyAlias=myAlias
|
|
||||||
storeFile=../keystore.jks
|
|
Loading…
x
Reference in New Issue
Block a user