aboutsummaryrefslogtreecommitdiff
path: root/res/layout/album_list_item.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-04 21:15:20 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-04 21:15:20 -0800
commit61d534dc5fe78d36458022aad9ec0feffa2ebf39 (patch)
tree5cbb16b18d98adbb8285944a6cb096258e572d5c /res/layout/album_list_item.xml
parent3a71eece405c1ef624768fdcda0d06cc20c90ee8 (diff)
downloaddsub-61d534dc5fe78d36458022aad9ec0feffa2ebf39.tar.gz
dsub-61d534dc5fe78d36458022aad9ec0feffa2ebf39.tar.bz2
dsub-61d534dc5fe78d36458022aad9ec0feffa2ebf39.zip
#202 Increase small album art, even more for tablets
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"