Fixed multilingual bug. Optimized the open source license page card color. Fixed incomplete display of license details.

This commit is contained in:
2022-08-08 19:01:41 +08:00
parent a58dff2830
commit f2bb384c3d
5 changed files with 17 additions and 33 deletions

View File

@@ -16,6 +16,7 @@
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/app_on_background_theme"
android:orientation="vertical">
<TextView

View File

@@ -45,8 +45,8 @@
</string-array>
<string-array name="setting_language_values">
<item>SYSTEM</item>
<item>ZH_CN</item>
<item>EN_US</item>
<item>zh_CN</item>
<item>en_US</item>
</string-array>
<string name="setting_language_default_value" translatable="false">SYSTEM</string>