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

am: ccf0381aae

Change-Id: I02254bd81a254f76014f3f2240fc6ecb1400a0e4
This commit is contained in:
Sergey Vasilinets
2017-08-03 18:35:56 +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>