aboutsummaryrefslogtreecommitdiff
path: root/res/layout/song_list_item.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-01-03 16:56:13 -0800
committerScott Jackson <daneren2005@gmail.com>2015-01-03 16:56:13 -0800
commit05a279b66c2a0b1d2f1b40cc0df6163576aa1e49 (patch)
tree3df4977679ff38a4db52b1504cf5c84044f271c2 /res/layout/song_list_item.xml
parentec63a0fc0c28c5b9d8af6c972e8ef6ec5ab4e0cf (diff)
downloaddsub-05a279b66c2a0b1d2f1b40cc0df6163576aa1e49.tar.gz
dsub-05a279b66c2a0b1d2f1b40cc0df6163576aa1e49.tar.bz2
dsub-05a279b66c2a0b1d2f1b40cc0df6163576aa1e49.zip
Increase right margin a bit so more button is selectable
Diffstat (limited to 'res/layout/song_list_item.xml')
-rw-r--r--res/layout/song_list_item.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/song_list_item.xml b/res/layout/song_list_item.xml
index 1ea118ad..67d460f1 100644
--- a/res/layout/song_list_item.xml
+++ b/res/layout/song_list_item.xml
@@ -122,6 +122,5 @@
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_gravity="right|center_vertical"
- android:paddingRight="10dip"
- style="@style/BasicButton"/>
+ style="@style/MoreButton"/>
</LinearLayout>