Cherish:CleanUp FOD
Revert "Cherish: Reorganize FOD animations" This reverts commit6d777e2d32. Revert "Cherish: Add Cherish FOD icons [2/2]" This reverts commitdfdb9fdaec. Revert "Cherish: add even more FOD icons [2/2]" This reverts commit13fa45dc48. Revert "Cherish: add more FOD animations [2/2]" This reverts commitc86a947fea. Revert "Cherish: add more FOD icons [2/2]" This reverts commitf75f9eea7a. Revert "Cherish: [SQUASH] Recognizing FP animation effects [2/2]" This reverts commit38f2036356. Revert "Cherish: FOD pressed colors [2/2]" This reverts commitdf36803f09. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "[SQUASH] Cherish: FOD icon picker [2/2]" This reverts commitd5de3f33af. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish: Add OP8T Cyberpunk 2077 FOD animation [2/2]" This reverts commite2f423252b. Revert "Cherish:Hide FOD Animations preferences if device does not support it" This reverts commitb5a1f3958b. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish:Add recognizing FP animation effects and Recognizing fingerprint animation [2/2]" This reverts commitc8a471c53d. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish: Add more FOD icons [2/2]" This reverts commitbdde870e34. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish: FOD icon picker [2/2]" This reverts commit814c31b7b0. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -271,42 +271,4 @@
|
||||
android:fragment="com.cherish.settings.fragments.KeygaurdBatteryBar" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- FOD icon picker -->
|
||||
<Preference
|
||||
android:key="fod_icon_picker_category"
|
||||
android:icon="@drawable/ic_fingerprint"
|
||||
android:title="@string/fod_icon_picker_title"
|
||||
android:summary="@string/fod_icon_picker_summary"
|
||||
android:fragment="com.cherish.settings.fragments.FODIconPickerFragment" />
|
||||
|
||||
<!-- FOD recognizing animation -->
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="fod_recognizing_animation"
|
||||
android:icon="@drawable/ic_fingerprint"
|
||||
android:title="@string/fod_recog_animation"
|
||||
android:summary="@string/fod_recog_animation_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="fod_recognizing_animation_list"
|
||||
android:icon="@drawable/ic_fingerprint"
|
||||
android:title="@string/fod_recog_animation_effect_title"
|
||||
android:summary="%s"
|
||||
android:entries="@array/fod_recognizing_animation_entries"
|
||||
android:entryValues="@array/fod_recognizing_animation_values"
|
||||
android:defaultValue="0"
|
||||
android:dependency="fod_recognizing_animation" />
|
||||
|
||||
<!-- FOD pressed color -->
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="fod_color"
|
||||
android:icon="@drawable/ic_fingerprint"
|
||||
android:dialogTitle="@string/fod_pressed_color_title"
|
||||
android:title="@string/fod_pressed_color_title"
|
||||
android:summary="%s"
|
||||
android:entries="@array/fod_pressed_color_entries"
|
||||
android:entryValues="@array/fod_pressed_color_values"
|
||||
android:defaultValue="@*android:integer/config_fod_pressed_color" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user