Cherish:Add a toggle for QS footer text [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -856,4 +856,8 @@
|
|||||||
<string name="lock_weather_city_font_summary">Change the default font of the lockscreen weather city</string>
|
<string name="lock_weather_city_font_summary">Change the default font of the lockscreen weather city</string>
|
||||||
<string name="lock_weather_city_dialog_title">Select lock weather city font</string>
|
<string name="lock_weather_city_dialog_title">Select lock weather city font</string>
|
||||||
|
|
||||||
|
<!-- QS Footer Text -->
|
||||||
|
<string name="qs_footer_text_title">QS footer text</string>
|
||||||
|
<string name="qs_footer_text_summary">Display text at bottom of QS panel</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -24,6 +24,13 @@
|
|||||||
android:title="@string/qs_bg_use_new_tint"
|
android:title="@string/qs_bg_use_new_tint"
|
||||||
android:summary="@string/qs_bg_use_new_tint_summary"
|
android:summary="@string/qs_bg_use_new_tint_summary"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="true" />
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:key="omni_footer_text_show"
|
||||||
|
android:icon="@drawable/ic_edit_show"
|
||||||
|
android:title="@string/qs_footer_text_title"
|
||||||
|
android:summary="@string/qs_footer_text_summary"
|
||||||
|
android:defaultValue="false"/>
|
||||||
|
|
||||||
<!-- QS brightness slider -->
|
<!-- QS brightness slider -->
|
||||||
<com.cherish.settings.preferences.SystemSettingMasterSwitchPreference
|
<com.cherish.settings.preferences.SystemSettingMasterSwitchPreference
|
||||||
|
|||||||
Reference in New Issue
Block a user