summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorHongwei Wang <hwwang@google.com>2013-09-11 10:07:45 -0700
committerHongwei Wang <hwwang@google.com>2013-09-11 13:37:38 -0700
commitbf5b298b1a5752a56315131a22434185198370a8 (patch)
tree3d56fbc97282e33cecd9a924bdf078350cca1bf4 /res
parentd89b25d5dd4d7aff5d6512835d3b04a1a36e5c2d (diff)
Support drag & drop across "pages" of the favorites list
Bug: 10691029 Change-Id: I054f564229ee0ca848f8df84f9a4ab34c3e45265
Diffstat (limited to 'res')
-rw-r--r--res/layout/phone_favorites_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml
index 3b9e589eb..6023fc84e 100644
--- a/res/layout/phone_favorites_fragment.xml
+++ b/res/layout/phone_favorites_fragment.xml
@@ -28,7 +28,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
- <com.android.dialer.list.SwipeableListView
+ <com.android.dialer.list.PhoneFavoriteListView
android:id="@+id/contact_tile_list"
android:layout_width="match_parent"
android:layout_height="match_parent"