Merge "Update toast UI" into oc-dr1-dev am: 436b1e2f0e am: ccf0381aae
am: 8695f0fec5
Change-Id: Ib7e7fd4f8408f739b46506bcc4b715c87f3a8bb1
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user