Cherish: Allow disabling ripple effect on unlock [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -891,4 +891,8 @@
|
||||
<!-- QS tiles title visibility -->
|
||||
<string name="qs_tile_title_visibility_title">Hide tile titles</string>
|
||||
<string name="qs_tile_title_visibility_summary">Toggle to hide tile titles</string>
|
||||
|
||||
<!-- Fingerprint Ripple Effect -->
|
||||
<string name="enable_fingerprint_ripple_effect_title">Ripple effect</string>
|
||||
<string name="enable_fingerprint_ripple_effect_summary">Show ripple effect on unlock with fingerprint</string>
|
||||
</resources>
|
||||
|
||||
@@ -46,6 +46,12 @@
|
||||
android:summary="@string/lockscreen_clock_color_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="enable_ripple_effect"
|
||||
android:title="@string/enable_fingerprint_ripple_effect_title"
|
||||
android:summary="@string/enable_fingerprint_ripple_effect_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="lockscreen_battery_info"
|
||||
android:title="@string/lockscreen_battery_info_title"
|
||||
|
||||
Reference in New Issue
Block a user