2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-08-30 14:59:30 +05:30
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2019-09-18 01:06:13 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
|
|
|
|
android:layout="@layout/preference_category_title"
|
|
|
|
android:title="@string/pref_header_general">
|
2019-11-05 00:13:54 +05:30
|
|
|
|
2020-05-24 23:34:50 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference
|
2020-05-16 22:31:31 +05:30
|
|
|
android:defaultValue="auto"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:entries="@array/pref_general_theme_list_titles"
|
|
|
|
android:entryValues="@array/pref_general_theme_list_values"
|
|
|
|
android:key="general_theme"
|
2019-11-05 00:13:54 +05:30
|
|
|
android:layout="@layout/list_item_view"
|
2020-05-24 23:34:50 +05:30
|
|
|
android:negativeButtonText="@null"
|
|
|
|
android:positiveButtonText="@null"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:title="@string/pref_title_general_theme"
|
2020-07-20 02:30:30 +05:30
|
|
|
app:icon="@drawable/ic_color_lens" />
|
2019-09-28 23:22:49 +05:30
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
2021-09-26 15:59:32 +05:30
|
|
|
android:dependency="material_you"
|
2019-09-28 23:22:49 +05:30
|
|
|
android:key="black_theme"
|
2019-11-05 00:13:54 +05:30
|
|
|
android:layout="@layout/list_item_view_switch_no_title"
|
2020-01-06 11:04:09 +05:30
|
|
|
android:title="@string/black_theme_name" />
|
2019-09-28 23:22:49 +05:30
|
|
|
|
2021-09-26 15:59:32 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:disableDependentsState="true"
|
|
|
|
android:key="material_you"
|
|
|
|
android:layout="@layout/list_item_view_switch_no_title"
|
|
|
|
android:title="@string/pref_title_md3"
|
|
|
|
app:isPreferenceVisible="@bool/md3_available" />
|
|
|
|
|
2018-07-27 18:37:33 +05:30
|
|
|
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
2020-07-29 00:48:34 +05:30
|
|
|
|
2019-07-31 01:50:01 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
|
|
|
|
android:key="category_color"
|
2019-09-28 23:22:49 +05:30
|
|
|
android:layout="@layout/preference_category_title"
|
2019-07-31 01:50:01 +05:30
|
|
|
android:title="@string/colors">
|
2019-10-12 12:11:48 +05:30
|
|
|
|
2019-09-09 18:34:53 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEColorPreference
|
2021-09-26 15:59:32 +05:30
|
|
|
android:dependency="material_you"
|
2019-09-09 18:34:53 +05:30
|
|
|
android:key="accent_color"
|
2020-01-28 23:17:48 +05:30
|
|
|
android:layout="@layout/list_item_color_view"
|
2019-09-09 18:34:53 +05:30
|
|
|
android:persistent="false"
|
|
|
|
android:summary="@string/accent_color_desc"
|
|
|
|
android:title="@string/accent_color"
|
2020-07-20 02:30:30 +05:30
|
|
|
app:icon="@drawable/ic_colorize" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2019-10-12 12:11:48 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
|
|
android:defaultValue="false"
|
2021-09-26 15:59:32 +05:30
|
|
|
android:dependency="material_you"
|
2019-10-12 12:11:48 +05:30
|
|
|
android:key="desaturated_color"
|
2019-11-05 00:13:54 +05:30
|
|
|
android:layout="@layout/list_item_view_switch"
|
2019-11-04 21:56:18 +05:30
|
|
|
android:summary="@string/pref_summary_desaturated_color"
|
2020-01-06 11:04:09 +05:30
|
|
|
android:title="@string/pref_title_desaturated_color" />
|
2019-10-12 12:11:48 +05:30
|
|
|
|
2018-07-27 18:37:33 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="adaptive_color_app"
|
2019-11-05 00:13:54 +05:30
|
|
|
android:layout="@layout/list_item_view_switch"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:summary="@string/pref_summary_colored_app"
|
2020-01-06 11:04:09 +05:30
|
|
|
android:title="@string/pref_title_colored_app" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2018-07-27 18:37:33 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
|
|
|
android:defaultValue="false"
|
2021-09-26 15:59:32 +05:30
|
|
|
android:dependency="material_you"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:key="should_color_app_shortcuts"
|
2019-11-05 00:13:54 +05:30
|
|
|
android:layout="@layout/list_item_view_switch"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:summary="@string/pref_summary_colored_app_shortcuts"
|
2020-01-06 11:04:09 +05:30
|
|
|
android:title="@string/pref_title_app_shortcuts" />
|
2018-07-27 18:37:33 +05:30
|
|
|
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
2018-08-30 14:59:30 +05:30
|
|
|
</androidx.preference.PreferenceScreen>
|