Refactored string and colour resources

This commit is contained in:
Deniz Düzgören
2019-07-31 19:48:21 +02:00
parent dbea6a60eb
commit 6cf4c44880
37 changed files with 392 additions and 447 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="@string/appName"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
tools:ignore="GoogleAppIndexingWarning">
@@ -24,7 +24,7 @@
<activity
android:name=".Main"
android:label="@string/app_name"
android:label="@string/appName"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/AppTheme0.Launcher"
android:windowSoftInputMode="adjustPan">