From 52efda4d4a71a7b689a68e0ff68beb61bf8ca47b Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 5 Mar 2015 15:01:01 -0800 Subject: Remove the shortcut/recents card. - Delete SwipeableShortcutCard, ShortcutCardsManager. - Remove related references in ListsFragment, layouts, helpers for swipe behavrio, dimensions, and ids. + Update sliding logic in ListsFragment. It's not ideal to use a frame layout to provide spacing/color, but this is the most straightforward way to maintain behavior for now. This can/should be revisited if removing the OverlappingPaneLayout. Bug: 19372817 Change-Id: I789119fb8f87ea19cda545eec7c722306fc2813d --- res/layout/lists_fragment.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'res/layout') diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml index a11c89fef..26f62c7d8 100644 --- a/res/layout/lists_fragment.xml +++ b/res/layout/lists_fragment.xml @@ -21,11 +21,11 @@ android:layout_height="match_parent" android:animateLayoutChanges="true" > - +