Merge "Remove uses of background color attribute" into sc-qpr1-dev am: d0561dcae0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15897415

Change-Id: I679c98694320d3a973f40f286548f00198c86c38
This commit is contained in:
Pablo Gamito
2021-09-27 14:07:55 +00:00
committed by Automerger Merge Worker
13 changed files with 14 additions and 24 deletions

View File

@@ -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%"

View File

@@ -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%"

View File

@@ -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"

View File

@@ -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%"

View File

@@ -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%"

View File

@@ -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"

View File

@@ -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%"

View File

@@ -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%"

View File

@@ -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"

View File

@@ -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%"

View File

@@ -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%"

View File

@@ -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"

View File

@@ -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>