Remove uses of background color attribute
Test: Existing tests Fixes: 200763116 Change-Id: Iee395289ecd108327fa2acc23d19059b50f52822 Merged-In: Iee395289ecd108327fa2acc23d19059b50f52822
This commit is contained in:
@@ -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%"
|
||||
|
||||
@@ -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%"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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%"
|
||||
|
||||
@@ -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%"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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%"
|
||||
|
||||
@@ -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%"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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%"
|
||||
|
||||
@@ -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%"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user