diff options
author | Hongwei Wang <hwwang@google.com> | 2013-09-11 22:00:13 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-11 22:00:13 +0000 |
commit | e44b3c6a990f41d3e58406310183b16db0dab3ea (patch) | |
tree | 40c21d636fe624de7dfe7b9d7474a1d2697e1518 /res | |
parent | 704acc087ce359295475a46695c2821c55778344 (diff) | |
parent | bf5b298b1a5752a56315131a22434185198370a8 (diff) |
Merge "Support drag & drop across "pages" of the favorites list" into klp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/phone_favorites_fragment.xml | 2 |
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" |