AOKP animations: Add and entry for TRANSIT_TASK_OPEN_BEHIND

Already in frameworks/base. Option was just missing from Settings

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
cristianomatos
2018-09-13 21:03:29 +05:30
committed by Hưng Phan
parent f588acecab
commit b56864fef9
3 changed files with 19 additions and 0 deletions

View File

@@ -551,6 +551,7 @@
<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_open_behind_title">Task open behind 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>

View File

@@ -35,6 +35,10 @@
android:key="task_open"
android:title="@string/task_open_title" />
<ListPreference
android:key="task_open_behind"
android:title="@string/task_open_behind_title" />
<ListPreference
android:key="task_close"
android:title="@string/task_close_title" />