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

Commit a200cb78 authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Automerger Merge Worker
Browse files

Merge "Use backgroundColor for the old toast layout." into tm-qpr-dev am: 2c599da6 am: f5e6aa2a

parents 9f4c30c2 f5e6aa2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    android:orientation="horizontal"
    android:gravity="center_vertical"
    android:maxWidth="@dimen/toast_width"
    android:background="?android:attr/toastFrameBackground"
    android:background="?android:attr/colorBackground"
    android:elevation="@dimen/toast_elevation"
    android:layout_marginEnd="16dp"
    android:layout_marginStart="16dp"
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    android:orientation="horizontal"
    android:gravity="center_vertical"
    android:maxWidth="@dimen/toast_width"
    android:background="?android:attr/toastFrameBackground"
    android:background="?android:attr/colorBackground"
    android:elevation="@dimen/toast_elevation"
    android:layout_marginEnd="16dp"
    android:layout_marginStart="16dp"