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

Commit da0ba5ae authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Remove uses of background color attribute

Test: Existing tests
Fixes: 200763116
Change-Id: Iee395289ecd108327fa2acc23d19059b50f52822
Merged-In: Iee395289ecd108327fa2acc23d19059b50f52822
parent 07fd8eaf
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