Cherish: QS Header Image [2/2]

Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
minaripenguin
2023-04-06 22:26:58 +08:00
committed by Hưng Phan
parent d3c8ff5823
commit 374731cfbe
2 changed files with 13 additions and 0 deletions

View File

@@ -907,4 +907,9 @@
<string name="tint_background_title">Tint Background</string>
<string name="tint_background_summary">Make Luminance and Chroma selection affect background colors as well</string>
<!-- QS Header -->
<string name="qs_header_image_title">QS Header Image</string>
<string name="qs_header_random_image_title">QS Header Random Image</string>
<string name="qs_header_random_image_summary">Enable random QS header image</string>
</resources>

View File

@@ -81,6 +81,14 @@
android:key="qs_layout_category"
android:title="@string/qs_layout_category_title">
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="qs_header_image"
android:title="@string/qs_header_image_title"
android:defaultValue="0"
settings:interval="1"
android:max="11"
android:min="0" />
<Preference
android:key="qs_tile_layout"
android:icon="@drawable/ic_qs_tile"