Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 136f3aa2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 5bd82847 e11ecf0c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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%"
+1 −2
Original line number Diff line number Diff line
@@ -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%"
+1 −2
Original line number Diff line number Diff line
@@ -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"
+1 −2
Original line number Diff line number Diff line
@@ -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%"
+1 −2
Original line number Diff line number Diff line
@@ -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%"
Loading