Cherish:Intitial for Android 11

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2020-09-26 12:29:26 +07:00
parent e1061bf1a5
commit e6308bab52
59 changed files with 20 additions and 9500 deletions

View File

@@ -19,89 +19,4 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/animations_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" >
<PreferenceCategory
android:title="@string/system_animation_title">
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="animation_controls_duration"
android:title="@string/animation_duration_title"
android:max="400"
settings:min="0"
settings:interval="10"
android:defaultValue="0"
android:persistent="false" />
<ListPreference
android:key="activity_open"
android:icon="@drawable/ic_qs_animation"
android:title="@string/activity_open_title" />
<ListPreference
android:key="activity_close"
android:icon="@drawable/ic_qs_animation"
android:title="@string/activity_close_title" />
<ListPreference
android:key="task_open"
android:icon="@drawable/ic_qs_animation"
android:title="@string/task_open_title" />
<ListPreference
android:key="task_open_behind"
android:icon="@drawable/ic_qs_animation"
android:title="@string/task_open_behind_title" />
<ListPreference
android:key="task_close"
android:icon="@drawable/ic_qs_animation"
android:title="@string/task_close_title" />
<ListPreference
android:key="task_move_to_front"
android:icon="@drawable/ic_qs_animation"
android:title="@string/task_move_to_front_title" />
<ListPreference
android:key="task_move_to_back"
android:icon="@drawable/ic_qs_animation"
android:title="@string/task_move_to_back_title" />
<ListPreference
android:key="wallpaper_open"
android:icon="@drawable/ic_qs_animation"
android:title="@string/wallpaper_open_title" />
<ListPreference
android:key="wallpaper_close"
android:icon="@drawable/ic_qs_animation"
android:title="@string/wallpaper_close_title" />
<ListPreference
android:key="wallpaper_intra_open"
android:icon="@drawable/ic_qs_animation"
android:title="@string/wallpaper_intra_open_title" />
<ListPreference
android:key="wallpaper_intra_close"
android:icon="@drawable/ic_qs_animation"
android:title="@string/wallpaper_intra_close_title" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/power_menu_animation">
<ListPreference
android:key="power_menu_animations"
android:icon="@drawable/ic_power"
android:title="@string/power_menu_animation_title"
android:dialogTitle="@string/power_menu_animation_dialog_title"
android:entries="@array/power_menu_animations_entries"
android:entryValues="@array/power_menu_animations_values"
android:summary="@string/power_menu_animation_summary"
android:persistent="false" />
</PreferenceCategory>
</PreferenceScreen>