Merge "Update toast UI" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
436b1e2f0e
@@ -17,8 +17,8 @@
|
|||||||
-->
|
-->
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<!-- background is material_grey_300 with .9 alpha -->
|
<!-- background is material_grey_200 with .9 alpha -->
|
||||||
<solid android:color="#E6E0E0E0" />
|
<solid android:color="#E6EEEEEE" />
|
||||||
<corners android:radius="22dp" />
|
<corners android:radius="22dp" />
|
||||||
</shape>
|
</shape>
|
||||||
|
|
||||||
|
|||||||
@@ -34,8 +34,6 @@
|
|||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:textAppearance="@style/TextAppearance.Toast"
|
android:textAppearance="@style/TextAppearance.Toast"
|
||||||
android:textColor="@color/primary_text_default_material_light"
|
android:textColor="@color/primary_text_default_material_light"
|
||||||
android:shadowColor="#BB000000"
|
|
||||||
android:shadowRadius="2.75"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user