Loading core/res/res/drawable/toast_frame.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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> core/res/res/layout/transient_notification.xml +0 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
core/res/res/drawable/toast_frame.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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>
core/res/res/layout/transient_notification.xml +0 −2 Original line number Diff line number Diff line Loading @@ -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> Loading