diff options
author | Scott Jackson <daneren2005@gmail.com> | 2015-05-22 17:03:39 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2015-05-22 17:03:39 -0700 |
commit | f701c7d9ad5a4bd691de7dc3cf47b1967b60b516 (patch) | |
tree | 43ebb798629188f75119977f30b6fe3c98c95634 /app/src/main/res/layout | |
parent | 1bff0c33f4908c6e371ea358dd55b1cef572baae (diff) | |
download | dsub-f701c7d9ad5a4bd691de7dc3cf47b1967b60b516.tar.gz dsub-f701c7d9ad5a4bd691de7dc3cf47b1967b60b516.tar.bz2 dsub-f701c7d9ad5a4bd691de7dc3cf47b1967b60b516.zip |
Fix item selection animation
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/song_list_item.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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"> <CheckedTextView android:id="@+id/song_check" |