2013-04-06 19:14:26 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:minHeight="?android:attr/listPreferredItemHeight"
|
|
|
|
a:orientation="horizontal" >
|
|
|
|
|
|
|
|
<CheckedTextView
|
|
|
|
a:id="@+id/song_check"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="fill_parent"
|
|
|
|
a:checkMark="@drawable/btn_check_custom"
|
|
|
|
a:gravity="center_vertical"
|
2013-04-08 23:01:45 -07:00
|
|
|
a:paddingLeft="1dip" />
|
2013-04-06 19:14:26 -07:00
|
|
|
|
2013-05-29 01:21:09 -07:00
|
|
|
<include layout="@layout/song_details" />
|
2013-04-06 19:14:26 -07:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
a:id="@+id/song_star"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="fill_parent"
|
|
|
|
a:background="@android:color/transparent"
|
|
|
|
a:focusable="false"
|
|
|
|
a:gravity="center_vertical"
|
2013-04-27 16:01:34 -07:00
|
|
|
a:paddingRight="3dip"
|
|
|
|
a:src="?attr/star_hollow" />
|
2013-04-06 19:14:26 -07:00
|
|
|
|
|
|
|
</LinearLayout>
|