From 25d2997afcfcf33d9127ae8bbfef5f6567f91d3c Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sun, 8 Jan 2023 16:05:43 -0600 Subject: Improved look of song list item and album cell item --- app/src/main/res/layout/album_cell_item.xml | 1 + app/src/main/res/layout/song_list_item.xml | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/album_cell_item.xml b/app/src/main/res/layout/album_cell_item.xml index 4ad32409..c93ac53b 100644 --- a/app/src/main/res/layout/album_cell_item.xml +++ b/app/src/main/res/layout/album_cell_item.xml @@ -29,6 +29,7 @@ android:numStars="5" style="@android:style/Widget.Holo.RatingBar.Small" android:layout_alignParentBottom="true" + android:paddingBottom="3dip" android:visibility="gone"/> diff --git a/app/src/main/res/layout/song_list_item.xml b/app/src/main/res/layout/song_list_item.xml index 678f9d82..2154baab 100644 --- a/app/src/main/res/layout/song_list_item.xml +++ b/app/src/main/res/layout/song_list_item.xml @@ -6,6 +6,19 @@ android:layout_height="?android:attr/listPreferredItemHeight" android:background="?attr/selectableItemBackground"> + + - -