mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
Adding Arabic strings
enable RTL Support
This commit is contained in:
@@ -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"
|
||||
|
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>
|
Reference in New Issue
Block a user