diff options
| -rw-r--r-- | core/res/res/drawable/toast_frame.xml | 4 | ||||
| -rw-r--r-- | 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 053b4f4fed5f..d57bd6a554e1 100644 --- a/core/res/res/drawable/toast_frame.xml +++ b/core/res/res/drawable/toast_frame.xml @@ -17,8 +17,8 @@ --> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> - <!-- background is material_grey_300 with .9 alpha --> - <solid android:color="#E6E0E0E0" /> + <!-- background is material_grey_200 with .9 alpha --> + <solid android:color="#E6EEEEEE" /> <corners android:radius="22dp" /> </shape> diff --git a/core/res/res/layout/transient_notification.xml b/core/res/res/layout/transient_notification.xml index 2c08bf70491e..db586ec37cf1 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" /> </LinearLayout> |