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

Commit fb29f7a4 authored by Roman Birg's avatar Roman Birg
Browse files

Settings: fix profile triggers not showing up for RTL languages



The layout was placing the title and summary off the screen for RTL
layouts.

Change-Id: I30e560fb9565581b2f55a826e90e110383581f28
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
(cherry picked from commit 13d26576)
parent f468757d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

        android:layout_alignParentBottom="true"
        android:layout_alignParentRight="true"
        android:layout_toRightOf="@id/icon"
        android:layout_toEndOf="@id/icon"

        android:ellipsize="marquee"
        android:singleLine="true"/>
@@ -54,7 +54,7 @@
        android:layout_alignParentRight="true"
        android:layout_alignParentTop="true"
        android:layout_alignWithParentIfMissing="true"
        android:layout_toRightOf="@id/icon"
        android:layout_toEndOf="@id/icon"

        android:gravity="center_vertical"
        android:textStyle="bold" />