Cherish:AOKP custom system animations [2/2]
- Work by AOKP team and ported by @cristianomatos @crdroidandroid Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -19,4 +19,49 @@
|
||||
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">
|
||||
|
||||
<ListPreference
|
||||
android:key="activity_open"
|
||||
android:title="@string/activity_open_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="activity_close"
|
||||
android:title="@string/activity_close_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="task_open"
|
||||
android:title="@string/task_open_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="task_close"
|
||||
android:title="@string/task_close_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="task_move_to_front"
|
||||
android:title="@string/task_move_to_front_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="task_move_to_back"
|
||||
android:title="@string/task_move_to_back_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="wallpaper_open"
|
||||
android:title="@string/wallpaper_open_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="wallpaper_close"
|
||||
android:title="@string/wallpaper_close_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="wallpaper_intra_open"
|
||||
android:title="@string/wallpaper_intra_open_title" />
|
||||
|
||||
<ListPreference
|
||||
android:key="wallpaper_intra_close"
|
||||
android:title="@string/wallpaper_intra_close_title" />
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user