Merge "Update toast UI" into oc-dr1-dev

This commit is contained in:
Sergey Vasilinets
2017-08-03 18:14:24 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>