mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
CMF Buds: Use better icons for device specific settings
This commit is contained in:
committed by
José Rebelo
parent
b4bbd0c492
commit
aae925febb
@@ -3,13 +3,13 @@
|
|||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:icon="@drawable/ic_extension"
|
android:icon="@drawable/ic_autoplay"
|
||||||
android:key="pref_nothing_inear_detection"
|
android:key="pref_nothing_inear_detection"
|
||||||
android:layout="@layout/preference_checkbox"
|
android:layout="@layout/preference_checkbox"
|
||||||
android:summary="@string/nothing_prefs_inear_summary"
|
android:summary="@string/nothing_prefs_inear_summary"
|
||||||
android:title="@string/nothing_prefs_inear_title" />
|
android:title="@string/nothing_prefs_inear_title" />
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:icon="@drawable/ic_extension"
|
android:icon="@drawable/ic_auto_awesome"
|
||||||
android:entryValues="@array/nothing_ear1_audio_mode_values"
|
android:entryValues="@array/nothing_ear1_audio_mode_values"
|
||||||
android:entries="@array/nothing_ear1_audio_mode_names"
|
android:entries="@array/nothing_ear1_audio_mode_names"
|
||||||
android:key="pref_nothing_audiomode"
|
android:key="pref_nothing_audiomode"
|
||||||
|
|||||||
Reference in New Issue
Block a user