2013-04-06 21:47:24 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
2013-04-09 08:01:45 +02:00
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="fill_parent"
|
|
|
|
a:orientation="vertical" >
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="0dip"
|
|
|
|
a:layout_weight="1"
|
|
|
|
a:orientation="horizontal" >
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
a:id="@+id/download_control_layout"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="fill_parent"
|
2013-04-28 01:01:34 +02:00
|
|
|
a:layout_alignParentRight="true" >
|
2013-04-09 08:01:45 +02:00
|
|
|
|
|
|
|
<LinearLayout
|
2013-04-24 18:31:42 +02:00
|
|
|
a:id="@+id/linearLayout1"
|
2013-04-09 08:01:45 +02:00
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="wrap_content"
|
2013-04-24 18:31:42 +02:00
|
|
|
a:layout_alignParentBottom="true"
|
2013-04-09 08:01:45 +02:00
|
|
|
a:layout_alignParentLeft="true"
|
|
|
|
a:orientation="horizontal"
|
|
|
|
a:paddingBottom="12dip"
|
|
|
|
a:paddingTop="12dip" >
|
|
|
|
|
2013-05-16 09:59:55 +02:00
|
|
|
<include layout="@layout/media_buttons" />
|
2013-04-09 08:01:45 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
a:id="@+id/download_status"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="wrap_content"
|
2013-04-24 18:31:42 +02:00
|
|
|
a:layout_above="@+id/download_song_title"
|
2013-04-09 08:01:45 +02:00
|
|
|
a:layout_centerHorizontal="true"
|
|
|
|
a:layout_marginBottom="8dip"
|
|
|
|
a:ellipsize="end"
|
2013-04-24 18:31:42 +02:00
|
|
|
a:gravity="center_horizontal"
|
2013-04-09 08:01:45 +02:00
|
|
|
a:singleLine="true"
|
2013-04-28 01:01:34 +02:00
|
|
|
a:textAppearance="?android:attr/textAppearanceSmall" />
|
2013-04-09 08:01:45 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
a:id="@+id/download_song_title"
|
|
|
|
a:layout_width="150dip"
|
|
|
|
a:layout_height="wrap_content"
|
2013-04-24 18:31:42 +02:00
|
|
|
a:layout_above="@+id/linearLayout1"
|
2013-04-09 08:01:45 +02:00
|
|
|
a:layout_centerHorizontal="true"
|
|
|
|
a:ellipsize="end"
|
|
|
|
a:gravity="center_horizontal"
|
|
|
|
a:maxLines="2"
|
2013-04-28 01:01:34 +02:00
|
|
|
a:textAppearance="?android:attr/textAppearanceMedium" />
|
2013-04-09 08:01:45 +02:00
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<com.thejoshwa.ultrasonic.androidapp.util.MyViewFlipper
|
|
|
|
a:id="@+id/download_playlist_flipper"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="fill_parent"
|
|
|
|
a:layout_alignParentLeft="true"
|
|
|
|
a:layout_toLeftOf="@+id/download_control_layout" >
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
a:id="@+id/download_album_art_layout"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="fill_parent"
|
|
|
|
a:layout_weight="1"
|
|
|
|
a:gravity="left"
|
|
|
|
a:orientation="horizontal" >
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
a:id="@+id/download_album_art_image"
|
|
|
|
a:layout_width="wrap_content"
|
|
|
|
a:layout_height="wrap_content"
|
|
|
|
a:scaleType="fitCenter" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
a:id="@+id/download_visualizer_view_layout"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="60dip"
|
|
|
|
a:layout_gravity="bottom|center_horizontal"
|
|
|
|
a:layout_marginLeft="60dip"
|
|
|
|
a:layout_marginRight="60dip" />
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
<include layout="@layout/download_playlist" />
|
|
|
|
</com.thejoshwa.ultrasonic.androidapp.util.MyViewFlipper>
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<include layout="@layout/download_slider" />
|
|
|
|
|
|
|
|
<include layout="@layout/download_button_bar_flipper" />
|
|
|
|
|
|
|
|
</LinearLayout>
|