diff options
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" |