summaryrefslogtreecommitdiffstats
path: root/res/layout/artist_detail_song.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/artist_detail_song.xml')
-rw-r--r--res/layout/artist_detail_song.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/layout/artist_detail_song.xml b/res/layout/artist_detail_song.xml
index ec99655..06719b3 100644
--- a/res/layout/artist_detail_song.xml
+++ b/res/layout/artist_detail_song.xml
@@ -8,7 +8,10 @@
android:layout_height="50dp"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
- android:layout_margin="@dimen/list_preferred_item_padding" />
+ android:layout_marginTop="@dimen/list_preferred_item_padding"
+ android:layout_marginBottom="@dimen/list_preferred_item_padding"
+ android:layout_marginRight="@dimen/list_preferred_item_padding"
+ android:layout_marginLeft="@dimen/list_item_general_margin" />
<LinearLayout
android:id="@+id/right_container"
@@ -17,7 +20,8 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:gravity="center_vertical"
- android:orientation="horizontal">
+ android:orientation="horizontal"
+ android:layout_marginRight="@dimen/list_item_general_margin">
<ImageView
android:id="@+id/now_playing"
android:layout_width="wrap_content"