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

@@ -713,4 +713,21 @@
<item>4</item>
<item>5</item>
</string-array>
<!-- Notification Background styles -->
<string-array name="ui_style_selector_entries" translatable="false">
<item>@string/ui_style_default</item>
<item>@string/ui_style_no_corner_radius</item>
<item>@string/ui_style_rectangle</item>
<item>@string/ui_style_round_large</item>
<item>@string/ui_style_round_medium</item>
</string-array>
<string-array name="ui_style_selector_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
</string-array>
</resources>