From f701c7d9ad5a4bd691de7dc3cf47b1967b60b516 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 22 May 2015 17:03:39 -0700 Subject: Fix item selection animation --- app/src/main/res/layout/song_list_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/song_list_item.xml b/app/src/main/res/layout/song_list_item.xml index 26c89b2b..80996510 100644 --- a/app/src/main/res/layout/song_list_item.xml +++ b/app/src/main/res/layout/song_list_item.xml @@ -3,7 +3,8 @@ android:id="@id/drag_handle" android:orientation="horizontal" android:layout_width="fill_parent" - android:layout_height="?android:attr/listPreferredItemHeight"> + android:layout_height="?android:attr/listPreferredItemHeight" + android:background="@drawable/abc_item_background_holo_light">