Merge "Use backgroundColor for the old toast layout." into tm-qpr-dev am: 2c599da6f9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21866688 Change-Id: I6ae9fb23597f1effc94328b7097b8da863b48a9e 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