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

Commit a27f9eae authored by Pablo Gamito's avatar Pablo Gamito Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15897415

Change-Id: I679c98694320d3a973f40f286548f00198c86c38
parents 6957435e d0561dca
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