Merge "Use backgroundColor for the old toast layout." into tm-qpr-dev am: 2c599da6f9 am: f5e6aa2a7f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21866688 Change-Id: I98e2288309e705fa4b7d09075ac3a040aa96d5b1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user