Cherish: Recognizing fingerprint animation [2/2]

Change-Id: I1b11c4b6e6a6dd49d206e01d9f425b307df1a047
Signed-off-by: Ayan Mukherjee <mukherjeeayan725@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
00day0
2021-02-23 08:47:28 +00:00
committed by Hưng Phan
parent fcd07ad550
commit f75ac920ca
4 changed files with 100 additions and 2 deletions

View File

@@ -273,6 +273,21 @@
<PreferenceCategory
android:key="fod_category"
android:title="@string/lockscreen_fod_category">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="fod_recognizing_animation"
android:title="@string/fod_recog_animation"
android:summary="@string/fod_recog_animation_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="fod_anim"
android:title="@string/fod_recog_animation_effect_title"
android:summary="%s"
android:entries="@array/fod_recog_animation_entries"
android:entryValues="@array/fod_recog_animation_values"
android:defaultValue="0"
android:dependency="fod_recognizing_animation" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="fod_gesture"