From 55a25faa6f82f3717305b9facd64c7b352a6498d Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Mon, 2 Apr 2012 07:09:10 -0700 Subject: Reducing height of scroll fade in Recents on phone Bug: 5149089 Change-Id: I163d3e9b888501999e812cff00d015bed36ca0d6 --- packages/SystemUI/res/layout-land/status_bar_recent_panel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/SystemUI/res/layout-land/status_bar_recent_panel.xml') diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml index 180f022..dba1dd9 100644 --- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml +++ b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml @@ -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" -- cgit v1.1