diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 7318734a..206fc6b4 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" > <PreferenceCategory android:title="@string/pref_general" > <CheckBoxPreference @@ -157,10 +158,11 @@ android:key="keep_foreground_service" android:title="@string/pref_keep_foreground_service" android:summary="@string/pref_keep_foreground_service_summary" /> - <EditTextPreference + <yuku.ambilwarna.widget.AmbilWarnaPreference android:defaultValue="0xffffffff" - android:key="led_notification_color" + android:key="led_notify_color" android:title="@string/pref_led_notification_color" + app:supportsAlpha="true" android:summary="@string/pref_led_notification_color_summary"/> </PreferenceCategory> </PreferenceScreen> |