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 ++++---- res/values/dimens.xml | 12 ------------ res/values/ids.xml | 22 ---------------------- 3 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644 res/values/ids.xml (limited to 'res') 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" > - + 0dp 32dp - - 3dp - 8dp - 4dp - 6dp - - - 20dp - 8dp - 12dp - 11dp - 4dp diff --git a/res/values/ids.xml b/res/values/ids.xml deleted file mode 100644 index 2b095043a..000000000 --- a/res/values/ids.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - \ No newline at end of file -- cgit v1.2.3