Cherish: Introduce UI Style Picker [2/3]

@ZeNiXxX:
* Allow changing UI shape
* Default, Round(M+L), Rectangle and NoCornerRadius

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
ZeNiXxX
2020-09-04 05:43:07 +07:00
committed by Hưng Phan
parent 972a34eefe
commit b011819f3d
5 changed files with 92 additions and 3 deletions

View File

@@ -40,6 +40,14 @@
android:persistent="false"
android:entries="@array/switch_style_entries"
android:entryValues="@array/switch_style_values" />
<ListPreference
android:key="ui_style"
android:icon="@drawable/ic_ui"
android:title="@string/ui_style_title"
android:entries="@array/ui_style_selector_entries"
android:entryValues="@array/ui_style_selector_values"
android:persistent="false" />
<ListPreference
android:key="qs_tile_style"