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

Commit 33bfb66f authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 3324645: Fix text wrapping issue in RecentApps"

parents a3da3b18 4f88170a
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -58,26 +58,33 @@
    />

    <TextView android:id="@+id/app_label"
        android:layout_width="113dip"
        android:layout_width="97dip"
        android:layout_height="wrap_content"
        android:textSize="18dip"
        android:fadingEdge="none"
        android:fadingEdgeLength="0dp"
        android:fadingEdge="horizontal"
        android:fadingEdgeLength="10dip"
        android:scrollHorizontally="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:layout_marginLeft="16dip"
        android:layout_marginTop="32dip"
        android:singleLine="true"
        android:ellipsize="marquee"
    />

    <TextView android:id="@+id/app_description"
        android:layout_width="wrap_content"
        android:layout_width="97dip"
        android:layout_height="wrap_content"
        android:textSize="18dip"
        android:fadingEdge="horizontal"
        android:fadingEdgeLength="10dip"
        android:scrollHorizontally="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:layout_marginLeft="16dip"
        android:layout_marginTop="61dip"
        android:singleLine="true"
        android:ellipsize="marquee"
    />

</RelativeLayout>