Cherish:Introduce QS tile style picker [2/3]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
calebcabob
2021-01-27 14:51:51 +07:00
committed by Hưng Phan
parent 142ccc57c0
commit d3b87dc73e
4 changed files with 88 additions and 1 deletions

View File

@@ -65,7 +65,15 @@
android:entryValues="@array/switch_style_values"
android:summary="%s"
android:defaultValue="0" />
<ListPreference
android:key="qs_tile_style"
android:icon="@drawable/ic_shape2_icon"
android:title="@string/qs_tile_style_title"
android:persistent="false"
android:entries="@array/qs_selector_entries"
android:entryValues="@array/qs_selector_values" />
<ListPreference
android:key="qs_header_style"
android:icon="@drawable/ic_header"