mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-21 09:25:21 +01:00
Settings icons are not accent color
This commit is contained in:
parent
0b025f3516
commit
a4d9b7c8f7
19 changed files with 49 additions and 114 deletions
|
@ -17,18 +17,8 @@
|
|||
android:title="@string/pref_title_gapless_playback"
|
||||
app:enableCopying="true" />
|
||||
|
||||
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
||||
android:defaultValue="system"
|
||||
android:entries="@array/pref_equalizer_types_titles"
|
||||
android:entryValues="@array/pref_equalizer_types_values"
|
||||
android:key="choose_equalizer"
|
||||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_choose_equalizer"
|
||||
app:enableCopying="true"
|
||||
app:icon="@drawable/ic_equalizer_white_24dp" />
|
||||
|
||||
<Preference
|
||||
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreference
|
||||
app:icon="@drawable/ic_equalizer_white_24dp"
|
||||
android:key="equalizer"
|
||||
android:title="@string/equalizer"
|
||||
app:enableCopying="true" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue