Cherish: Auth ripple toggle

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Rishawn
2022-03-26 17:53:17 +02:00
committed by Hưng Phan
parent 10762bcf05
commit f6bab97f03
2 changed files with 10 additions and 0 deletions

View File

@@ -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>

View File

@@ -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">