diff options
author | Scott Jackson <daneren2005@gmail.com> | 2015-01-18 15:27:00 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2015-01-18 15:27:00 -0800 |
commit | d0ac7ea39ee09aee45d02b21be8b8a0a68887bf9 (patch) | |
tree | 30e8c879df11cedae52f5dac113aa0570fda5359 /res/layout/song_list_item.xml | |
parent | 8377aabdd7ccc42ee40fd242448cb0b9b8e21008 (diff) | |
parent | 328cd16b9f5f084adc4e64a2744b2e424a2478fd (diff) | |
download | dsub-d0ac7ea39ee09aee45d02b21be8b8a0a68887bf9.tar.gz dsub-d0ac7ea39ee09aee45d02b21be8b8a0a68887bf9.tar.bz2 dsub-d0ac7ea39ee09aee45d02b21be8b8a0a68887bf9.zip |
Merge remote-tracking branch 'origin/DLNA' into DLNA
Diffstat (limited to 'res/layout/song_list_item.xml')
-rw-r--r-- | res/layout/song_list_item.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/song_list_item.xml b/res/layout/song_list_item.xml index d433df69..67d460f1 100644 --- a/res/layout/song_list_item.xml +++ b/res/layout/song_list_item.xml @@ -10,7 +10,7 @@ android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:gravity="center_vertical"
- android:checkMark="@drawable/btn_check"
+ android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:paddingLeft="3dip"/>
<LinearLayout android:orientation="vertical"
@@ -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>
|