From d255161fd189839d31997894bd15f6efb84f5c48 Mon Sep 17 00:00:00 2001 From: sergeyv Date: Thu, 3 Aug 2017 04:58:20 -0700 Subject: [PATCH] Update toast UI - lighter background - no text shadow bug: 64236136, 64232075 Test: n/a Change-Id: I4c57cc1f4f30efd6edf7b3cb405f0f7741f7d838 --- core/res/res/drawable/toast_frame.xml | 4 ++-- core/res/res/layout/transient_notification.xml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/res/res/drawable/toast_frame.xml b/core/res/res/drawable/toast_frame.xml index 053b4f4fed5fa..d57bd6a554e1c 100644 --- a/core/res/res/drawable/toast_frame.xml +++ b/core/res/res/drawable/toast_frame.xml @@ -17,8 +17,8 @@ --> - - + + diff --git a/core/res/res/layout/transient_notification.xml b/core/res/res/layout/transient_notification.xml index 2c08bf70491e9..db586ec37cf11 100644 --- a/core/res/res/layout/transient_notification.xml +++ b/core/res/res/layout/transient_notification.xml @@ -34,8 +34,6 @@ android:layout_gravity="center_horizontal" android:textAppearance="@style/TextAppearance.Toast" android:textColor="@color/primary_text_default_material_light" - android:shadowColor="#BB000000" - android:shadowRadius="2.75" />