Merge "Update toast UI" into oc-dr1-dev am: 436b1e2f0e am: ccf0381aae

am: 8695f0fec5

Change-Id: Ib7e7fd4f8408f739b46506bcc4b715c87f3a8bb1
This commit is contained in:
Sergey Vasilinets
2017-08-03 18:50:54 +00:00
committed by android-build-merger
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>