summaryrefslogtreecommitdiff
path: root/res/layout/lists_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/lists_fragment.xml')
-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"