Cherish: Status bar Clock background chip [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
StarkDroid
2022-08-29 20:55:50 +02:00
committed by Hưng Phan
parent 8948b3f7d3
commit 4143f3985c
2 changed files with 10 additions and 0 deletions

View File

@@ -290,5 +290,9 @@
<string name="qs_battery_category_title">In QS Panel</string>
<string name="qs_battery_percent_title" translatable="false">@string/status_bar_battery_percent_title</string>
<string name="qs_use_status_bar_battery_style">Follow status bar style</string>
<!-- Statusbar Clock background chip -->
<string name="statusbar_clock_chip_title">Background chip</string>
<string name="statusbar_clock_chip_summary">Display accented chip behind clock</string>
</resources>

View File

@@ -27,6 +27,12 @@
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="statusbar_clock_chip"
android:title="@string/statusbar_clock_chip_title"
android:summary="@string/statusbar_clock_chip_summary"
android:defaultValue="false" />
<Preference
android:key="network_traffic_settings"
android:title="@string/network_traffic_title"