aboutsummaryrefslogtreecommitdiff
path: root/res/layout/album_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/album_list_item.xml')
-rw-r--r--res/layout/album_list_item.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/layout/album_list_item.xml b/res/layout/album_list_item.xml
index 9051a72e..99a9ed88 100644
--- a/res/layout/album_list_item.xml
+++ b/res/layout/album_list_item.xml
@@ -7,11 +7,9 @@
<ImageView
android:id="@+id/album_coverart"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="left|center_vertical"
- android:paddingTop="1dip"
- android:paddingBottom="1dip"/>
+ android:layout_width="@dimen/AlbumArt.Small"
+ android:layout_height="@dimen/AlbumArt.Small"
+ android:layout_gravity="left|center_vertical"/>
<LinearLayout
android:orientation="vertical"