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

Commit 55a25faa authored by Michael Jurka's avatar Michael Jurka
Browse files

Reducing height of scroll fade in Recents on phone

Bug: 5149089
Change-Id: I163d3e9b888501999e812cff00d015bed36ca0d6
parent fbdff47a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
            android:layout_height="wrap_content"
            android:textSize="@dimen/status_bar_recents_app_label_text_size"
            android:fadingEdge="horizontal"
            android:fadingEdgeLength="@dimen/status_bar_recents_fading_edge_length"
            android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length"
            android:scrollHorizontally="true"
            android:layout_alignLeft="@id/app_thumbnail"
            android:layout_below="@id/app_thumbnail"
@@ -82,7 +82,7 @@
            android:layout_height="wrap_content"
            android:textSize="@dimen/status_bar_recents_app_description_text_size"
            android:fadingEdge="horizontal"
            android:fadingEdgeLength="@dimen/status_bar_recents_fading_edge_length"
            android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length"
            android:scrollHorizontally="true"
            android:layout_alignLeft="@id/app_thumbnail"
            android:layout_below="@id/app_label"
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
            android:stackFromBottom="true"
            android:fadingEdge="horizontal"
            android:scrollbars="none"
            android:fadingEdgeLength="@dimen/status_bar_recents_fading_edge_length"
            android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
            android:layout_gravity="bottom|left"
            android:orientation="horizontal"
            android:clipToPadding="false"
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
            android:layout_height="wrap_content"
            android:textSize="@dimen/status_bar_recents_app_label_text_size"
            android:fadingEdge="horizontal"
            android:fadingEdgeLength="@dimen/status_bar_recents_fading_edge_length"
            android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length"
            android:scrollHorizontally="true"
            android:layout_alignParentLeft="true"
            android:layout_alignTop="@id/app_icon"
@@ -89,7 +89,7 @@
            android:layout_height="wrap_content"
            android:textSize="@dimen/status_bar_recents_app_description_text_size"
            android:fadingEdge="horizontal"
            android:fadingEdgeLength="@dimen/status_bar_recents_fading_edge_length"
            android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length"
            android:scrollHorizontally="true"
            android:layout_alignParentLeft="true"
            android:layout_marginLeft="@dimen/status_bar_recents_app_label_left_margin"
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
            android:stackFromBottom="true"
            android:fadingEdge="vertical"
            android:scrollbars="none"
            android:fadingEdgeLength="@*android:dimen/status_bar_height"
            android:fadingEdgeLength="@dimen/status_bar_recents_scroll_fading_edge_length"
            android:layout_gravity="bottom|left"
            android:clipToPadding="false"
            android:clipChildren="false">
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
        android:layout_height="wrap_content"
        android:textSize="@dimen/status_bar_recents_app_label_text_size"
        android:fadingEdge="horizontal"
        android:fadingEdgeLength="@dimen/status_bar_recents_fading_edge_length"
        android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length"
        android:scrollHorizontally="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
@@ -86,7 +86,7 @@
        android:layout_height="wrap_content"
        android:textSize="@dimen/status_bar_recents_app_description_text_size"
        android:fadingEdge="horizontal"
        android:fadingEdgeLength="@dimen/status_bar_recents_fading_edge_length"
        android:fadingEdgeLength="@dimen/status_bar_recents_text_fading_edge_length"
        android:scrollHorizontally="true"
        android:layout_alignParentLeft="true"
        android:layout_below="@id/recents_callout_line"
Loading