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

Commit d255161f authored by sergeyv's avatar sergeyv Committed by Sergey Vasilinets
Browse files

Update toast UI

- lighter background
- no text shadow

bug: 64236136, 64232075
Test: n/a
Change-Id: I4c57cc1f4f30efd6edf7b3cb405f0f7741f7d838
parent 6a2ee3b1
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>