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

Commit 568b9f78 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix recent apps item text position in RTL mode

- use "viewStart" as text alignment

Change-Id: Ib5cbecfcafa5f51deb2394a67fd64c1a254700bd
parent 0d31c74b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
            android:ellipsize="marquee"
            android:textColor="@color/status_bar_recents_app_label_color"
            android:importantForAccessibility="no"
            android:textAlignment="viewStart"
        />
        <FrameLayout android:id="@+id/app_thumbnail"
            android:layout_width="wrap_content"
@@ -101,6 +102,7 @@
            android:layout_marginTop="3dip"
            android:singleLine="true"
            android:ellipsize="marquee"
            android:textAlignment="viewStart"
        />

    </RelativeLayout>