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:
@@ -542,4 +542,24 @@
|
||||
<string name="lockscreen_weather_style_title">Weather style</string>
|
||||
<string name="lockscreen_weather_omni_style_title">Omni style</string>
|
||||
<string name="lockscreen_weather_pixel_style_title">Pixel style</string>
|
||||
|
||||
<!-- AOKP custom system animations -->
|
||||
<string name="animation_settings_title">Animations</string>
|
||||
<string name="animation_settings_summary">System Wide Animation Options</string>
|
||||
<string name="animation_title">Animations</string>
|
||||
<string name="system_animation_title">System Animations</string>
|
||||
<string name="activity_open_title">Activity open animation</string>
|
||||
<string name="activity_close_title">Activity close animation</string>
|
||||
<string name="task_open_title">Task open animation</string>
|
||||
<string name="task_close_title">Task close animation</string>
|
||||
<string name="task_move_to_front_title">Move to front animation</string>
|
||||
<string name="task_move_to_back_title">Move to back animation</string>
|
||||
<string name="wallpaper_open_title">Wallpaper open animation</string>
|
||||
<string name="wallpaper_close_title">Wallpaper close animation</string>
|
||||
<string name="wallpaper_intra_open_title">Wallpaper intra open animation</string>
|
||||
<string name="wallpaper_intra_close_title">Wallpaper intra close animation</string>
|
||||
<string name="animation_duration_title">Animation duration</string>
|
||||
<string name="title_animation_no_override">Prevent app overrides</string>
|
||||
<string name="summary_animation_no_override">Prevent apps from overriding transitions</string>
|
||||
<string name="animation_duration_default">Default</string>
|
||||
</resources>
|
||||
|
||||
@@ -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