Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53f1828a authored by Sergey Vasilinets's avatar Sergey Vasilinets Committed by android-build-merger
Browse files

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

am: 8695f0fe

Change-Id: Ib7e7fd4f8408f739b46506bcc4b715c87f3a8bb1
parents 213791f7 8695f0fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>
+0 −2
Original line number Diff line number Diff line
@@ -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>