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

Commit 5ba85529 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am de71ce1a: Merge "Fix recent apps item text position in RTL mode"

# Via Android (Google) Code Review (1) and Fabrice Di Meglio (1)
* commit 'de71ce1a':
  Fix recent apps item text position in RTL mode
parents 965ce78e de71ce1a
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>