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

Commit d0561dca authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

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

parents d58d6bfd da0ba5ae
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