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

Commit 5e6ee543 authored by Matt Pietal's avatar Matt Pietal
Browse files

Sharesheet - Preview text RTL fix

Make sure preview text and title obey RTL

Fixes: 156969383
Test: force RTL layout
Change-Id: I458a8e2f7a263e46162f9687da987b2e7c43df53
parent 018d5b29
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@
        android:ellipsize="end"
        android:fontFamily="@android:string/config_headlineFontFamily"
        android:textColor="?android:attr/textColorPrimary"
        android:textAlignment="gravity"
        android:textDirection="locale"
        android:maxLines="2"
        android:focusable="true"/>

@@ -90,6 +92,8 @@
        android:layout_gravity="center_vertical"
        android:ellipsize="end"
        android:maxLines="2"
        android:textAlignment="gravity"
        android:textDirection="locale"
        android:textAppearance="@style/TextAppearance.DeviceDefault.WindowTitle"
        android:fontFamily="@android:string/config_headlineFontFamily"/>
  </LinearLayout>