PlayerAndroid/app/src/main/res/xml/pref_ui.xml

120 lines
6.1 KiB
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
2018-08-30 09:29:30 +00:00
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
2019-09-17 19:36:13 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
android:layout="@layout/preference_category_title"
2020-01-17 17:19:06 +00:00
app:title="@string/home">
2018-08-30 09:29:30 +00:00
2020-05-24 18:04:50 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference
2019-06-02 10:10:33 +00:00
android:defaultValue="0"
android:entries="@array/pref_home_grid_style_list_titles"
android:entryValues="@array/pref_home_grid_style_list_values"
android:key="home_artist_grid_style"
2019-11-04 18:43:54 +00:00
android:layout="@layout/list_item_view"
2019-06-02 10:10:33 +00:00
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_home_artist_grid_style"
2020-07-19 21:00:30 +00:00
app:icon="@drawable/ic_home" />
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference
android:defaultValue="4"
android:entries="@array/pref_home_grid_style_list_titles"
android:entryValues="@array/pref_home_grid_style_list_values"
android:key="home_album_grid_style"
android:layout="@layout/list_item_view"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_home_album_grid_style" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="toggle_home_banner"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_home_banner"
android:title="@string/pref_title_home_banner" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="true"
android:key="toggle_suggestions"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_suggestions"
android:title="@string/pref_title_suggestions" />
2020-01-06 05:34:09 +00:00
2019-12-01 11:28:57 +00:00
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
android:layout="@layout/preference_category_title"
android:title="@string/pref_header_library">
2019-07-22 15:26:37 +00:00
2019-12-01 11:28:57 +00:00
<code.name.monkey.retromusic.preferences.LibraryPreference
android:key="library_categories"
android:layout="@layout/list_item_view"
android:summary="@string/pref_summary_library_categories"
android:title="@string/library_categories"
2020-07-19 21:00:30 +00:00
app:icon="@drawable/ic_library_music" />
2019-07-22 15:26:37 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="true"
android:key="remember_last_tab"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_remember_tab"
android:title="@string/pref_title_remember_tab" />
2020-05-24 18:04:50 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEListPreference
2019-12-01 11:28:57 +00:00
android:defaultValue="0"
android:entries="@array/pref_tab_text_mode_titles"
android:entryValues="@array/pref_tab_text_mode_values"
android:key="tab_text_mode"
android:layout="@layout/list_item_view"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
2020-01-06 05:34:09 +00:00
android:title="@string/pref_title_tab_text_mode" />
2020-09-14 01:42:12 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="album_artists_only"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_album_artists_only"
android:title="@string/pref_title_album_artists_only" />
2019-12-01 11:28:57 +00:00
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
2020-01-06 05:34:09 +00:00
2019-12-01 11:28:57 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
android:layout="@layout/preference_category_title"
android:title="@string/window">
2019-07-22 15:26:37 +00:00
2019-12-01 11:28:57 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="toggle_full_screen"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_toggle_full_screen"
android:title="@string/pref_title_toggle_full_screen"
2020-07-19 21:00:30 +00:00
app:icon="@drawable/ic_cellphone" />
2019-12-01 11:28:57 +00:00
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
2020-01-06 05:34:09 +00:00
2019-12-01 11:28:57 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
android:layout="@layout/preference_category_title"
android:title="@string/pref_header_lockscreen">
2020-01-06 05:34:09 +00:00
2019-12-01 11:28:57 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="true"
android:key="album_art_on_lock_screen"
2019-12-01 11:28:57 +00:00
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_album_art_on_lockscreen"
2020-01-06 05:34:09 +00:00
android:title="@string/pref_title_album_art_on_lockscreen" />
2019-12-01 11:28:57 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:dependency="album_art_on_lock_screen"
2019-12-01 11:28:57 +00:00
android:key="blurred_album_art"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_blurred_album_art"
2020-01-06 05:34:09 +00:00
android:title="@string/pref_title_blurred_album_art" />
2019-12-01 11:28:57 +00:00
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="lock_screen"
android:layout="@layout/list_item_view_switch"
android:summary="@string/pref_summary_lock_screen"
2020-01-06 05:34:09 +00:00
android:title="@string/pref_title_lock_screen" />
2019-06-02 10:10:33 +00:00
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
2018-08-30 09:29:30 +00:00
</androidx.preference.PreferenceScreen>