Cherish: Bring back UDFPS icons and Animations [2/3]

* FOD => UDFPS. Make everything consistent.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SagarMakhar
2021-12-21 16:24:09 +00:00
committed by Hưng Phan
parent 9cad4320b3
commit 078794059e
5 changed files with 523 additions and 3 deletions

View File

@@ -13,4 +13,18 @@
android:title="@string/udfps_haptic_feedback_title"
android:summary="@string/udfps_haptic_feedback_summary"
android:defaultValue="true" />
<!-- UDFPS ICON PICKER -->
<Preference
android:key="udfps_icon_picker"
android:title="@string/udfps_icon_picker_title"
android:summary="@string/udfps_icon_picker_summary"
android:fragment="com.cherish.settings.fragments.UdfpsIconPicker" />
<!-- UDFPS ANIMATIONS -->
<Preference
android:key="udfps_recognizing_animation_preview"
android:title="@string/udfps_recog_animation_effect_title"
android:summary="@string/udfps_recog_animation_effect_summary"
android:fragment="com.cherish.settings.fragments.UdfpsAnimation" />
</PreferenceScreen>