2013-05-29 10:21:09 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
2013-12-28 01:29:12 +01:00
|
|
|
a:layout_width="0dip"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_gravity="center_vertical"
|
|
|
|
a:layout_weight="1"
|
|
|
|
a:orientation="vertical">
|
2013-05-29 10:21:09 +02:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_gravity="center_vertical"
|
2013-12-28 01:29:12 +01:00
|
|
|
a:orientation="horizontal">
|
2013-05-29 10:21:09 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
a:id="@+id/song_track"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_gravity="left|center_vertical"
|
2013-12-28 01:29:12 +01:00
|
|
|
a:textAppearance="?android:attr/textAppearanceMedium"/>
|
2013-05-29 10:21:09 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
a:id="@+id/song_title"
|
|
|
|
a:layout_width="0dip"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_gravity="left|center_vertical"
|
|
|
|
a:layout_weight="1"
|
|
|
|
a:drawablePadding="6dip"
|
2014-01-25 10:41:45 +01:00
|
|
|
a:ellipsize="end"
|
2013-05-29 10:21:09 +02:00
|
|
|
a:paddingLeft="4dip"
|
2014-01-25 10:41:45 +01:00
|
|
|
a:paddingRight="2dip"
|
2013-05-29 10:21:09 +02:00
|
|
|
a:singleLine="true"
|
2013-12-28 01:29:12 +01:00
|
|
|
a:textAppearance="?android:attr/textAppearanceMedium"/>
|
2013-05-29 10:21:09 +02:00
|
|
|
|
|
|
|
<TextView
|
2013-12-28 01:29:12 +01:00
|
|
|
a:id="@+id/song_status"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_gravity="right|center_vertical"
|
|
|
|
a:drawablePadding="1dip"
|
|
|
|
a:paddingRight="6dip"/>
|
2013-05-29 10:21:09 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_gravity="center_vertical"
|
2013-12-28 01:29:12 +01:00
|
|
|
a:orientation="horizontal">
|
2013-05-29 10:21:09 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
a:id="@+id/song_artist"
|
|
|
|
a:layout_width="0dip"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_gravity="left|center_vertical"
|
|
|
|
a:layout_weight="1"
|
|
|
|
a:ellipsize="middle"
|
|
|
|
a:paddingLeft="4dip"
|
|
|
|
a:singleLine="true"
|
2013-12-28 01:29:12 +01:00
|
|
|
a:textAppearance="?android:attr/textAppearanceSmall"/>
|
2013-05-29 10:21:09 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
a:id="@+id/song_duration"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:layout_gravity="right|center_vertical"
|
|
|
|
a:paddingLeft="3dip"
|
|
|
|
a:paddingRight="9dip"
|
|
|
|
a:singleLine="true"
|
2013-12-28 01:29:12 +01:00
|
|
|
a:textAppearance="?android:attr/textAppearanceSmall"/>
|
2013-05-29 10:21:09 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|