diff options
author | Hongwei Wang <hwwang@google.com> | 2013-09-11 15:02:49 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-11 15:02:49 -0700 |
commit | e42f898e7f004d10e9c18e96c97f65da3a7c8311 (patch) | |
tree | 3cb503a0564f7e84b7833af7d99c8e123c7ad0b5 /res | |
parent | 303e5dd2f5e85f05a0c6fb0f14cddf344ea06a0c (diff) | |
parent | e44b3c6a990f41d3e58406310183b16db0dab3ea (diff) |
am e44b3c6a: Merge "Support drag & drop across "pages" of the favorites list" into klp-dev
* commit 'e44b3c6a990f41d3e58406310183b16db0dab3ea':
Support drag & drop across "pages" of the favorites list
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" |