Battery led customization: activate led light preview
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -38,21 +38,25 @@
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="battery_light_low_color"
|
||||
android:title="@string/battery_light_low_color"
|
||||
ledPreview="true"
|
||||
settings:defaultColorValue="0xFFFF0000" />
|
||||
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="battery_light_medium_color"
|
||||
android:title="@string/battery_light_medium_color"
|
||||
ledPreview="true"
|
||||
settings:defaultColorValue="0xFFFFFF00" />
|
||||
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="battery_light_full_color"
|
||||
android:title="@string/battery_light_full_color"
|
||||
ledPreview="true"
|
||||
settings:defaultColorValue="0xFFFFFF00" />
|
||||
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="battery_light_reallyfull_color"
|
||||
android:title="@string/battery_light_reallyfull_color"
|
||||
ledPreview="true"
|
||||
settings:defaultColorValue="0xFF00FF00" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user