summaryrefslogtreecommitdiffstats
path: root/res/layout/edit_queue_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/edit_queue_list_item.xml')
-rw-r--r--res/layout/edit_queue_list_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/edit_queue_list_item.xml b/res/layout/edit_queue_list_item.xml
index 57603c6..599a6a2 100644
--- a/res/layout/edit_queue_list_item.xml
+++ b/res/layout/edit_queue_list_item.xml
@@ -17,7 +17,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/edit_track_list_parent"
android:layout_width="match_parent"
- android:layout_height="@dimen/item_normal_height" >
+ android:layout_height="@dimen/item_normal_height"
+ android:paddingRight="@dimen/list_preferred_item_padding" >
<ImageView
android:id="@+id/edit_track_list_item_handle"