Create locales_config.xml for per-app language

This commit is contained in:
Leonard Dizon
2022-10-19 00:45:56 +08:00
committed by Alinson S. Xavier
parent e06ed3ed7d
commit 800f92f255
2 changed files with 48 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
android:backupAgent=".HabitsBackupAgent"
android:icon="@mipmap/ic_launcher"
android:label="@string/main_activity_title"
android:localeConfig="@xml/locales_config"
android:supportsRtl="true"
android:theme="@style/AppBaseTheme">