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

Commit e4b41009 authored by Danesh M's avatar Danesh M Committed by Gerrit Code Review
Browse files

Merge "Recents : Fix clear all layout" into cm-10.2

parents 0e73024a 2dac03d7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@
        android:layout_height="match_parent"
        android:layout_alignParentBottom="true"
        android:clipToPadding="false"
        android:clipChildren="false">
        android:clipChildren="false"
        android:fitsSystemWindows="true">

        <com.android.systemui.recent.RecentsHorizontalScrollView android:id="@+id/recents_container"
            android:layout_width="wrap_content"
@@ -41,8 +42,7 @@
            android:fadingEdge="horizontal"
            android:scrollbars="none"
            android:layout_gravity="right"
            android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
            android:fitsSystemWindows="true">
            android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length">

            <LinearLayout android:id="@+id/recents_linear_layout"
                android:layout_width="wrap_content"
+3 −3
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@
        android:background="@drawable/status_bar_recents_background"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignParentBottom="true">
        android:layout_alignParentBottom="true"
        android:fitsSystemWindows="true">

        <com.android.systemui.recent.RecentsVerticalScrollView
            android:id="@+id/recents_container"
@@ -45,8 +46,7 @@
            android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
            android:layout_gravity="bottom|start"
            android:clipToPadding="false"
            android:clipChildren="false"
            android:fitsSystemWindows="true">
            android:clipChildren="false">

            <LinearLayout android:id="@+id/recents_linear_layout"
                android:layout_width="match_parent"