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

Commit 2b920de0 authored by d34d's avatar d34d Committed by Danesh M
Browse files

Toast: Fix toast layout for RTL

For RTL the toast would only show the icon badge due to the use of
layout_toRightOf instead of layout_toEndOf.

Change-Id: Ice45ee5b288ec0d52fb0ebc44e80afad219bc8f1
TICKET: CYNGNOS-1411
parent 7ea79cf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
        android:layout_gravity="center_horizontal"
        android:layout_marginTop="-16dp"
        android:layout_marginStart="-16dp"
        android:layout_toRightOf="@android:id/icon"
        android:layout_toEndOf="@android:id/icon"
        android:layout_below="@android:id/icon"
        android:textAppearance="@style/TextAppearance.Toast"
        android:textColor="@color/bright_foreground_dark"