Battery light colors: show reset to default button

Signed-off-by: xyyx <xyyx@mail.ru>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
ezio84
2017-09-18 12:24:09 +02:00
committed by Hưng Phan
parent c7daff0974
commit 9589ea8c3c

View File

@@ -38,22 +38,22 @@
<net.margaritov.preference.colorpicker.ColorPickerPreference <net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="battery_light_low_color" android:key="battery_light_low_color"
android:title="@string/battery_light_low_color" android:title="@string/battery_light_low_color"
android:defaultValue="0xFFFF0000" /> settings:defaultColorValue="0xFFFF0000" />
<net.margaritov.preference.colorpicker.ColorPickerPreference <net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="battery_light_medium_color" android:key="battery_light_medium_color"
android:title="@string/battery_light_medium_color" android:title="@string/battery_light_medium_color"
android:defaultValue="0xFFFFFF00" /> settings:defaultColorValue="0xFFFFFF00" />
<net.margaritov.preference.colorpicker.ColorPickerPreference <net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="battery_light_full_color" android:key="battery_light_full_color"
android:title="@string/battery_light_full_color" android:title="@string/battery_light_full_color"
android:defaultValue="0xFFFFFF00" /> settings:defaultColorValue="0xFFFFFF00" />
<net.margaritov.preference.colorpicker.ColorPickerPreference <net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="battery_light_reallyfull_color" android:key="battery_light_reallyfull_color"
android:title="@string/battery_light_reallyfull_color" android:title="@string/battery_light_reallyfull_color"
android:defaultValue="0xFF00FF00" /> settings:defaultColorValue="0xFF00FF00" />
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>