Cherish: Auth ripple toggle
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -641,5 +641,9 @@
|
|||||||
<!-- UDFPS pressed color -->
|
<!-- UDFPS pressed color -->
|
||||||
<string name="udfps_pressed_color_title">Udfps pressed color</string>
|
<string name="udfps_pressed_color_title">Udfps pressed color</string>
|
||||||
<string name="udfps_pressed_color_summary">Choose your favorite udfps pressed color</string>
|
<string name="udfps_pressed_color_summary">Choose your favorite udfps pressed color</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>
|
</resources>
|
||||||
|
|||||||
@@ -83,6 +83,12 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
<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" />
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="lockscreen_media_art_options"
|
android:key="lockscreen_media_art_options"
|
||||||
android:title="@string/lockscreen_media_art_options_title">
|
android:title="@string/lockscreen_media_art_options_title">
|
||||||
|
|||||||
Reference in New Issue
Block a user