Refined seletable
This commit is contained in:
parent
813fb86073
commit
e1f2d14ee8
45 changed files with 259 additions and 332 deletions
|
@ -10,7 +10,6 @@
|
|||
android:layout="@layout/list_item_view"
|
||||
android:summary="@string/pref_summary_blacklist"
|
||||
android:title="@string/pref_title_blacklist"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_music_note_off_white_24dp" />
|
||||
|
||||
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
@ -27,7 +26,6 @@
|
|||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_last_added_interval"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_playlist_add_white_24dp" />
|
||||
|
||||
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
@ -42,7 +40,6 @@
|
|||
android:max="60"
|
||||
android:summary="@string/pref_filter_song_summary"
|
||||
android:title="@string/pref_filter_song_title"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_filter_song_white_24dp"
|
||||
app:showSeekBarValue="true" />
|
||||
|
||||
|
@ -52,7 +49,6 @@
|
|||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_keep_pause_on_zero_volume_summary"
|
||||
android:title="@string/pref_keep_pause_on_zero_volume_title"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_pause_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
|
@ -61,7 +57,6 @@
|
|||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_keep_screen_on_summary"
|
||||
android:title="@string/pref_keep_screen_on_title"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_settings_brigntness_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESeekBarPreference
|
||||
|
@ -71,7 +66,6 @@
|
|||
android:max="50"
|
||||
android:summary="@string/pref_dialog_corner_summary"
|
||||
android:title="@string/pref_dialog_corner_title"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_rounded_corner"
|
||||
app:showSeekBarValue="true" />
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_audio_ducking"
|
||||
android:title="@string/pref_title_audio_ducking"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_volume_down_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
|
@ -16,14 +15,12 @@
|
|||
android:key="gapless_playback"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_gapless_playback"
|
||||
android:title="@string/pref_title_gapless_playback"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_gapless_playback" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreference
|
||||
android:key="equalizer"
|
||||
android:layout="@layout/list_item_view_no_title"
|
||||
android:title="@string/equalizer"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_equalizer_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
|
@ -32,7 +29,6 @@
|
|||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_toggle_headset"
|
||||
android:title="@string/pref_title_toggle_toggle_headset"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_play_arrow_white_32dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
|
@ -41,7 +37,6 @@
|
|||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_toggle_shuffle"
|
||||
android:title="@string/pref_title_toggle_toggle_shuffle"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_shuffle_white_24dp" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
|
@ -12,14 +12,12 @@
|
|||
android:key="general_theme"
|
||||
android:layout="@layout/list_item_view"
|
||||
android:title="@string/pref_title_general_theme"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_color_lens_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:key="black_theme"
|
||||
android:layout="@layout/list_item_view_switch_no_title"
|
||||
android:title="@string/black_theme_name"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/black_theme_name" />
|
||||
|
||||
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
|
||||
|
@ -33,7 +31,6 @@
|
|||
android:persistent="false"
|
||||
android:summary="@string/accent_color_desc"
|
||||
android:title="@string/accent_color"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_colorize_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
|
@ -41,32 +38,28 @@
|
|||
android:key="desaturated_color"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_desaturated_color"
|
||||
android:title="@string/pref_title_desaturated_color"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_desaturated_color" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="adaptive_color_app"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_colored_app"
|
||||
android:title="@string/pref_title_colored_app"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_colored_app" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="should_color_app_shortcuts"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_colored_app_shortcuts"
|
||||
android:title="@string/pref_title_app_shortcuts"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_app_shortcuts" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="dominant_color"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_dominant_color"
|
||||
android:title="@string/pref_title_toggle_dominant_color"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_toggle_dominant_color" />
|
||||
|
||||
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
</androidx.preference.PreferenceScreen>
|
|
@ -8,7 +8,6 @@
|
|||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_ignore_media_store_artwork"
|
||||
android:title="@string/pref_title_ignore_media_store_artwork"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_image_white_24dp" />
|
||||
|
||||
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
||||
|
@ -17,6 +16,5 @@
|
|||
android:entryValues="@array/pref_auto_download_images_values"
|
||||
android:key="auto_download_images_policy"
|
||||
android:layout="@layout/list_item_view"
|
||||
android:title="@string/pref_title_auto_download_artist_images"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_auto_download_artist_images" />
|
||||
</androidx.preference.PreferenceScreen>
|
|
@ -7,7 +7,6 @@
|
|||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_classic_notification"
|
||||
android:title="@string/pref_title_classic_notification"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_cellphone_lock_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
|
@ -15,7 +14,6 @@
|
|||
android:key="colored_notification"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_colored_notification"
|
||||
android:title="@string/pref_title_colored_notification"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_colored_notification" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
|
@ -6,7 +6,6 @@
|
|||
android:key="now_playing_screen_id"
|
||||
android:layout="@layout/list_item_view"
|
||||
android:title="@string/pref_title_now_playing_screen_appearance"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_play_circle_filled_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory
|
||||
|
@ -17,7 +16,6 @@
|
|||
android:key="album_cover_style_id"
|
||||
android:layout="@layout/list_item_view"
|
||||
android:title="@string/pref_title_album_cover_style"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_image_white_24dp" />
|
||||
|
||||
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
||||
|
@ -26,13 +24,11 @@
|
|||
android:entryValues="@array/pref_album_cover_transform_values"
|
||||
android:key="album_cover_transform"
|
||||
android:layout="@layout/list_item_view"
|
||||
android:title="@string/pref_title_album_cover_transform"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_album_cover_transform" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
app:defaultValue="false"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_view_carousel_black_24dp"
|
||||
app:key="carousel_effect"
|
||||
app:summary="@string/pref_summary_carousel_effect"
|
||||
|
@ -46,7 +42,6 @@
|
|||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
app:defaultValue="false"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_play_arrow_white_32dp"
|
||||
app:key="toggle_add_controls"
|
||||
app:summary="@string/pref_summary_extra_controls"
|
||||
|
@ -69,7 +64,6 @@
|
|||
android:max="25"
|
||||
android:summary="@string/pref_blur_amount_summary"
|
||||
android:title="@string/pref_blur_amount_title"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_blur_on_white_24dp"
|
||||
app:showSeekBarValue="true" />
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_album_grid_style"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_album_white_24dp" />
|
||||
|
||||
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
||||
|
@ -25,7 +24,6 @@
|
|||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_artist_grid_style"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_artist_white_24dp" />
|
||||
|
||||
|
||||
|
@ -38,7 +36,6 @@
|
|||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_home_artist_grid_style"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_home_white_24dp" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
|
@ -47,6 +44,7 @@
|
|||
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="false"
|
||||
android:key="extra_song_info"
|
||||
|
@ -65,7 +63,6 @@
|
|||
android:layout="@layout/list_item_view"
|
||||
android:summary="@string/pref_summary_library_categories"
|
||||
android:title="@string/library_categories"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_library_music_white_24dp" />
|
||||
|
||||
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
||||
|
@ -76,9 +73,9 @@
|
|||
android:layout="@layout/list_item_view"
|
||||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_tab_text_mode"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_tab_text_mode" />
|
||||
</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/window">
|
||||
|
@ -91,16 +88,17 @@
|
|||
android:title="@string/pref_title_toggle_full_screen"
|
||||
app:icon="@drawable/ic_cellphone_white_24dp" />
|
||||
</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_lockscreen">
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="album_art_on_lockscreen"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_album_art_on_lockscreen"
|
||||
android:title="@string/pref_title_album_art_on_lockscreen"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_album_art_on_lockscreen" />
|
||||
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
android:defaultValue="false"
|
||||
|
@ -108,15 +106,13 @@
|
|||
android:key="blurred_album_art"
|
||||
android:layout="@layout/list_item_view_switch"
|
||||
android:summary="@string/pref_summary_blurred_album_art"
|
||||
android:title="@string/pref_title_blurred_album_art"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_blurred_album_art" />
|
||||
|
||||
<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"
|
||||
android:title="@string/pref_title_lock_screen"
|
||||
app:enableCopying="true" />
|
||||
android:title="@string/pref_title_lock_screen" />
|
||||
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
</androidx.preference.PreferenceScreen>
|
Loading…
Add table
Add a link
Reference in a new issue