Feature: reticker [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -707,6 +707,13 @@
|
|||||||
<string name="qs_set_animation_duration">%1$s</string>
|
<string name="qs_set_animation_duration">%1$s</string>
|
||||||
<string name="qs_set_animation_interpolator">%1$s</string>
|
<string name="qs_set_animation_interpolator">%1$s</string>
|
||||||
|
|
||||||
|
<!-- reTicker -->
|
||||||
|
<string name="reticker_category" translatable="false">reTicker</string>
|
||||||
|
<string name="reticker_title">reTicker</string>
|
||||||
|
<string name="reticker_summary">Replace heads-up notification with slim and less invasive version of redesigned ticker</string>
|
||||||
|
<string name="reticker_colored_title">Use app colored background</string>
|
||||||
|
<string name="reticker_colored_summary">Replace reTicker background color using notification app main color</string>
|
||||||
|
|
||||||
<!-- Power menu and dialogs opacity -->
|
<!-- Power menu and dialogs opacity -->
|
||||||
<string name="power_menu_transparency">Power/reboot menu opacity</string>
|
<string name="power_menu_transparency">Power/reboot menu opacity</string>
|
||||||
<string name="power_menu_dialog_dim">Power/reboot dialog dim background amount</string>
|
<string name="power_menu_dialog_dim">Power/reboot dialog dim background amount</string>
|
||||||
|
|||||||
@@ -73,6 +73,19 @@
|
|||||||
android:summary="@string/toast_icon_summary"
|
android:summary="@string/toast_icon_summary"
|
||||||
android:defaultValue="true"/>
|
android:defaultValue="true"/>
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:key="reticker_status"
|
||||||
|
android:title="@string/reticker_title"
|
||||||
|
android:summary="@string/reticker_summary"
|
||||||
|
android:defaultValue="false" />
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:dependency="reticker_status"
|
||||||
|
android:key="reticker_colored"
|
||||||
|
android:title="@string/reticker_colored_title"
|
||||||
|
android:summary="@string/reticker_colored_summary"
|
||||||
|
android:defaultValue="false" />
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="incall_vib_options"
|
android:key="incall_vib_options"
|
||||||
android:title="@string/incall_vibration_category" >
|
android:title="@string/incall_vibration_category" >
|
||||||
|
|||||||
Reference in New Issue
Block a user