From 2b94c39bb8e54ae2bd78e582e8161f783c9dc516 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Fri, 6 Feb 2015 14:50:35 -0800 Subject: Remove shortcut cards list view Remove ListView containing shortcut cards and replace it with a single ShortcutCard card. Rename ShortcutCardAdapter to ShortcutCardManager with slight refactor. Some corresponding logic changes inside ListsFragment. Reduces the number of getView calls at startup from 4 to 1. Change-Id: I11787bdb1d04cc19634c21bfd398b7533c75d339 --- res/layout/lists_fragment.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml index face20e26..a11c89fef 100644 --- a/res/layout/lists_fragment.xml +++ b/res/layout/lists_fragment.xml @@ -21,15 +21,12 @@ android:layout_height="match_parent" android:animateLayoutChanges="true" > - + android:background="@color/actionbar_background_color" />