6.6.3 - Alpha - 版本更新信息支持多语言显示
This commit is contained in:
@@ -1,15 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceScreen
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
|
||||
app:layout="@layout/preference_category_custom"
|
||||
app:title="@string/text_updates">
|
||||
app:layout="@layout/preference_category_custom"
|
||||
app:title="@string/text_updates">
|
||||
|
||||
<org.autojs.autojs.ui.settings.ClearUpdatesCheckedStatesPreference
|
||||
app:layout="@layout/preference_custom"
|
||||
app:key="@string/key_updates_checked_states_cleared"
|
||||
app:title="@string/text_clear_updates_checked_states"
|
||||
app:summary="@string/text_clear_updates_checked_states_description" />
|
||||
app:key="@string/key_updates_checked_states_cleared"
|
||||
app:layout="@layout/preference_custom"
|
||||
app:summary="@string/text_clear_updates_checked_states_description"
|
||||
app:title="@string/text_clear_updates_checked_states" />
|
||||
|
||||
<org.autojs.autojs.ui.settings.CheckForUpdatesWithLocalVersionIgnoredPreference
|
||||
app:key="@string/key_check_for_updates_while_ignoring_the_local_version"
|
||||
app:layout="@layout/preference_custom"
|
||||
app:summary="@string/text_check_for_updates_while_ignoring_the_local_version_description"
|
||||
app:title="@string/text_check_for_updates_while_ignoring_the_local_version" />
|
||||
|
||||
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user