diff options
| -rw-r--r-- | core/res/res/anim-ldrtl/cross_profile_apps_thumbnail_enter.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim-ldrtl/task_close_enter.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim-ldrtl/task_close_exit.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim-ldrtl/task_open_enter.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim-ldrtl/task_open_enter_cross_profile_apps.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim-ldrtl/task_open_exit.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim/cross_profile_apps_thumbnail_enter.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim/task_close_enter.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim/task_close_exit.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim/task_open_enter.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim/task_open_enter_cross_profile_apps.xml | 3 | ||||
| -rw-r--r-- | core/res/res/anim/task_open_exit.xml | 3 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 2 |
13 files changed, 14 insertions, 24 deletions
diff --git a/core/res/res/anim-ldrtl/cross_profile_apps_thumbnail_enter.xml b/core/res/res/anim-ldrtl/cross_profile_apps_thumbnail_enter.xml index 941df96cb941..aa3800061bd3 100644 --- a/core/res/res/anim-ldrtl/cross_profile_apps_thumbnail_enter.xml +++ b/core/res/res/anim-ldrtl/cross_profile_apps_thumbnail_enter.xml @@ -20,8 +20,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="-105%" diff --git a/core/res/res/anim-ldrtl/task_close_enter.xml b/core/res/res/anim-ldrtl/task_close_enter.xml index 1994048fa3aa..5ace46d4c621 100644 --- a/core/res/res/anim-ldrtl/task_close_enter.xml +++ b/core/res/res/anim-ldrtl/task_close_enter.xml @@ -16,8 +16,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="105%" diff --git a/core/res/res/anim-ldrtl/task_close_exit.xml b/core/res/res/anim-ldrtl/task_close_exit.xml index 8c0aaa817430..76fbdffd1760 100644 --- a/core/res/res/anim-ldrtl/task_close_exit.xml +++ b/core/res/res/anim-ldrtl/task_close_exit.xml @@ -16,8 +16,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="0" diff --git a/core/res/res/anim-ldrtl/task_open_enter.xml b/core/res/res/anim-ldrtl/task_open_enter.xml index fb7741c8d398..52c74a6c4482 100644 --- a/core/res/res/anim-ldrtl/task_open_enter.xml +++ b/core/res/res/anim-ldrtl/task_open_enter.xml @@ -18,8 +18,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="-105%" diff --git a/core/res/res/anim-ldrtl/task_open_enter_cross_profile_apps.xml b/core/res/res/anim-ldrtl/task_open_enter_cross_profile_apps.xml index 69631f6525e3..90ec0715f8b0 100644 --- a/core/res/res/anim-ldrtl/task_open_enter_cross_profile_apps.xml +++ b/core/res/res/anim-ldrtl/task_open_enter_cross_profile_apps.xml @@ -18,8 +18,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="-105%" diff --git a/core/res/res/anim-ldrtl/task_open_exit.xml b/core/res/res/anim-ldrtl/task_open_exit.xml index f455334ced78..beb6fca5632a 100644 --- a/core/res/res/anim-ldrtl/task_open_exit.xml +++ b/core/res/res/anim-ldrtl/task_open_exit.xml @@ -16,8 +16,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="0" diff --git a/core/res/res/anim/cross_profile_apps_thumbnail_enter.xml b/core/res/res/anim/cross_profile_apps_thumbnail_enter.xml index a495aa1b47ab..f6d7b7229677 100644 --- a/core/res/res/anim/cross_profile_apps_thumbnail_enter.xml +++ b/core/res/res/anim/cross_profile_apps_thumbnail_enter.xml @@ -20,8 +20,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="105%" diff --git a/core/res/res/anim/task_close_enter.xml b/core/res/res/anim/task_close_enter.xml index ec6e03b84e04..52017b1091bc 100644 --- a/core/res/res/anim/task_close_enter.xml +++ b/core/res/res/anim/task_close_enter.xml @@ -18,8 +18,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="-105%" diff --git a/core/res/res/anim/task_close_exit.xml b/core/res/res/anim/task_close_exit.xml index 4b1e89ca0e3a..736f3f2083e5 100644 --- a/core/res/res/anim/task_close_exit.xml +++ b/core/res/res/anim/task_close_exit.xml @@ -18,8 +18,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="0" diff --git a/core/res/res/anim/task_open_enter.xml b/core/res/res/anim/task_open_enter.xml index d5384463ffff..3c934382bb75 100644 --- a/core/res/res/anim/task_open_enter.xml +++ b/core/res/res/anim/task_open_enter.xml @@ -20,8 +20,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="105%" diff --git a/core/res/res/anim/task_open_enter_cross_profile_apps.xml b/core/res/res/anim/task_open_enter_cross_profile_apps.xml index dc316ff20f94..16249d15e1b7 100644 --- a/core/res/res/anim/task_open_enter_cross_profile_apps.xml +++ b/core/res/res/anim/task_open_enter_cross_profile_apps.xml @@ -20,8 +20,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" android:zAdjustment="top" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="105%" diff --git a/core/res/res/anim/task_open_exit.xml b/core/res/res/anim/task_open_exit.xml index f8ab65517d5a..d1703170e16f 100644 --- a/core/res/res/anim/task_open_exit.xml +++ b/core/res/res/anim/task_open_exit.xml @@ -18,8 +18,7 @@ <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" - android:hasRoundedCorners="true" - android:background="@color/overview_background"> + android:hasRoundedCorners="true"> <translate android:fromXDelta="0" diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 2764396ba1fd..ebd559f852ec 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -4431,4 +4431,6 @@ <java-symbol type="bool" name="config_volumeShowRemoteSessions" /> <java-symbol type="integer" name="config_customizedMaxCachedProcesses" /> + + <java-symbol type="color" name="overview_background"/> </resources> |