diff options
Diffstat (limited to 'packages/SystemUI/res/layout-land')
| -rw-r--r-- | packages/SystemUI/res/layout-land/status_bar_recent_item.xml | 4 | ||||
| -rw-r--r-- | packages/SystemUI/res/layout-land/status_bar_recent_panel.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml index aa27861..715ccba 100644 --- a/packages/SystemUI/res/layout-land/status_bar_recent_item.xml +++ b/packages/SystemUI/res/layout-land/status_bar_recent_item.xml @@ -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" 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" |
