ButtonBrightness: use switch for devices without variable button brightness

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
xyyx
2018-08-20 16:33:58 +08:00
committed by Hưng Phan
parent d3a510773e
commit af4ed56b14
3 changed files with 34 additions and 5 deletions

View File

@@ -43,6 +43,11 @@
settings:units=""
android:persistent="false" />
<SwitchPreference
android:key="button_brightness_sw"
android:title="@string/button_brightness_sw_title"
android:persistent="false" />
<ListPreference
android:dialogTitle="@string/backlight_timeout_title"
android:entries="@array/backlight_timeout_entries"