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

Commit 680ca52f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove uses of background color attribute" into sc-v2-dev am: 136f3aa2

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

Change-Id: Ifc77cc466593969336b19a9d71eac62a93ee12bd
parents f614d39c 136f3aa2
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