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

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

Merge "Fix 4025690,4027061: Minor tweaks to recent applications layouts" into honeycomb-mr1

parents 8496ddc5 c43f6c58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:layout_marginLeft="123dip"
        android:layout_marginTop="16dip"
        android:layout_marginLeft="131dip"
        android:layout_marginTop="13dip"
        android:maxWidth="@dimen/status_bar_recents_thumbnail_max_width"
        android:maxHeight="@dimen/status_bar_recents_thumbnail_max_height"
        android:adjustViewBounds="true"
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
                android:stackFromBottom="true"
                android:fadingEdge="vertical"
                android:scrollbars="none"
                android:fadingEdgeLength="30dip"
                android:fadingEdgeLength="20dip"
                android:listSelector="@drawable/recents_thumbnail_bg_selector"
            />