Modify refactor the locales config code

This commit is contained in:
2023-05-09 11:51:11 +08:00
parent 3a7c97a1ac
commit 4afe549a8d
6 changed files with 18 additions and 19 deletions

View File

@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:name=".application.DemoApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppErrorsDemo"
android:localeConfig="@xml/locales_config">
tools:targetApi="tiramisu">
<activity
android:name=".ui.activity.MainActivity"