summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-02-17 21:50:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-17 21:50:41 +0000
commite65f03182eb76fabe8337a82fc3eef7230b669a1 (patch)
tree69783e1dcc95b9393ce222d3ff3f681b234c9c09 /res
parentd40d3a2a3083b5b929bed29940dca46169f984e2 (diff)
parent2b94c39bb8e54ae2bd78e582e8161f783c9dc516 (diff)
Merge "Remove shortcut cards list view"
Diffstat (limited to 'res')
-rw-r--r--res/layout/lists_fragment.xml9
1 files changed, 3 insertions, 6 deletions
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" >
- <ListView
- android:id="@+id/shortcut_card_list"
+ <com.android.dialer.list.SwipeableShortcutCard
+ android:id="@+id/shortcut_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/action_bar_height_large"
- android:background="@color/actionbar_background_color"
- android:clipToPadding="false"
- android:fadingEdge="none"
- android:divider="@null" />
+ android:background="@color/actionbar_background_color" />
<FrameLayout
android:layout_width="match_parent"