Merge "Remove uses of background color attribute" into sc-v2-dev

This commit is contained in:
TreeHugger Robot
2021-09-24 23:12:55 +00:00
committed by Android (Google) Code Review
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" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:zAdjustment="top" android:zAdjustment="top"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="-105%" android:fromXDelta="-105%"

View File

@@ -16,8 +16,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:zAdjustment="top" android:zAdjustment="top"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="105%" android:fromXDelta="105%"

View File

@@ -16,8 +16,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="0" android:fromXDelta="0"

View File

@@ -18,8 +18,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:zAdjustment="top" android:zAdjustment="top"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="-105%" android:fromXDelta="-105%"

View File

@@ -18,8 +18,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:zAdjustment="top" android:zAdjustment="top"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="-105%" android:fromXDelta="-105%"

View File

@@ -16,8 +16,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="0" android:fromXDelta="0"

View File

@@ -20,8 +20,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:zAdjustment="top" android:zAdjustment="top"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="105%" android:fromXDelta="105%"

View File

@@ -18,8 +18,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:zAdjustment="top" android:zAdjustment="top"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="-105%" android:fromXDelta="-105%"

View File

@@ -18,8 +18,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="0" android:fromXDelta="0"

View File

@@ -20,8 +20,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:zAdjustment="top" android:zAdjustment="top"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="105%" android:fromXDelta="105%"

View File

@@ -20,8 +20,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:zAdjustment="top" android:zAdjustment="top"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="105%" android:fromXDelta="105%"

View File

@@ -18,8 +18,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android" <set xmlns:android="http://schemas.android.com/apk/res/android"
android:shareInterpolator="false" android:shareInterpolator="false"
android:hasRoundedCorners="true" android:hasRoundedCorners="true">
android:background="@color/overview_background">
<translate <translate
android:fromXDelta="0" android:fromXDelta="0"

View File

@@ -4443,6 +4443,8 @@
<java-symbol type="integer" name="config_customizedMaxCachedProcesses" /> <java-symbol type="integer" name="config_customizedMaxCachedProcesses" />
<java-symbol type="color" name="overview_background"/>
<java-symbol type="string" name="config_secondaryBuiltInDisplayCutout" /> <java-symbol type="string" name="config_secondaryBuiltInDisplayCutout" />
<java-symbol type="string" name="config_secondaryBuiltInDisplayCutoutRectApproximation" /> <java-symbol type="string" name="config_secondaryBuiltInDisplayCutoutRectApproximation" />
<java-symbol type="bool" name="config_fillSecondaryBuiltInDisplayCutout" /> <java-symbol type="bool" name="config_fillSecondaryBuiltInDisplayCutout" />