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

Commit ccf0381a 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

Change-Id: Ia346c80194c8792e51be927cc19e4555d3c1527f
parents 38bbbdfa 436b1e2f
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>