Merge "Use backgroundColor for the old toast layout." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2c599da6f9
@@ -25,7 +25,7 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:maxWidth="@dimen/toast_width"
|
android:maxWidth="@dimen/toast_width"
|
||||||
android:background="?android:attr/toastFrameBackground"
|
android:background="?android:attr/colorBackground"
|
||||||
android:elevation="@dimen/toast_elevation"
|
android:elevation="@dimen/toast_elevation"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:maxWidth="@dimen/toast_width"
|
android:maxWidth="@dimen/toast_width"
|
||||||
android:background="?android:attr/toastFrameBackground"
|
android:background="?android:attr/colorBackground"
|
||||||
android:elevation="@dimen/toast_elevation"
|
android:elevation="@dimen/toast_elevation"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
|
|||||||
Reference in New Issue
Block a user