Cherish: Implement FOD icon animation (2/2)
Signed-off-by: Joey Huab <joey@evolution-x.org> Change-Id: Ie02aff09d2a7313cb18533bfb0eb2d35ec93e65f Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
fbe24ca1fb
commit
6b81ff6bd7
@@ -32,8 +32,8 @@
|
||||
android:title="@string/fod_recog_animation"
|
||||
android:summary="@string/fod_recog_animation_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="fod_anim"
|
||||
android:title="@string/fod_recog_animation_effect_title"
|
||||
android:summary="%s"
|
||||
@@ -41,6 +41,22 @@
|
||||
android:entryValues="@array/fod_recog_animation_values"
|
||||
android:defaultValue="0"
|
||||
android:dependency="fod_recognizing_animation" />
|
||||
|
||||
<!-- Animated FOD icon -->
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="fod_icon_animation"
|
||||
android:title="@string/fod_icon_animation"
|
||||
android:summary="@string/fod_icon_animation_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="fod_icon_anim_type"
|
||||
android:title="@string/fod_icon_animation_effect_title"
|
||||
android:summary="%s"
|
||||
android:entries="@array/fod_icon_animation_entries"
|
||||
android:entryValues="@array/fod_icon_animation_values"
|
||||
android:defaultValue="0"
|
||||
android:dependency="fod_icon_animation" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="fod_color"
|
||||
|
||||
Reference in New Issue
Block a user