<
LinearLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:orientation
=
"vertical"
>
<
SeekBar
android:id
=
"@+id/seekBar1"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:thumb
=
"@drawable/seekbar1_thumb1"
android:progressDrawable
=
"@drawable/seekbar1_seekbar"
android:progress
=
"80"
android:max
=
"100"
android:paddingLeft
=
"0dp"
android:paddingRight
=
"0dp"
android:thumbOffset
=
"0dp"
/>
<
LinearLayout
android:id
=
"@+id/lin_miniplayer"
android:layout_width
=
"match_parent"
android:layout_height
=
"?attr/actionBarSize"
android:background
=
"@android:color/darker_gray"
android:gravity
=
"center_vertical"
android:orientation
=
"horizontal"
>
<
ImageView
android:id
=
"@+id/img_albumart"
android:layout_width
=
"50dp"
android:layout_height
=
"50dp"
android:layout_marginLeft
=
"5dp"
android:scaleType
=
"fitXY"
android:src
=
"@drawable/empty_albumart"
/>
<
TextView
android:id
=
"@+id/txt_title"
android:layout_width
=
"0dp"
android:layout_height
=
"match_parent"
android:layout_marginLeft
=
"5dp"
android:layout_weight
=
"1"
android:gravity
=
"center_vertical"
android:text
=
"Sample Title"
android:maxLines
=
"1"
android:ellipsize
=
"end"
android:textColor
=
"@android:color/black"
/>
<
ImageButton
android:id
=
"@+id/btn_repeat"
android:layout_width
=
"25dp"
android:layout_height
=
"25dp"
android:background
=
"?attr/selectableItemBackground"
android:src
=
"@drawable/repeat_off"
/>
<
ImageButton
android:id
=
"@+id/btn_rewind"
android:layout_width
=
"25dp"
android:layout_height
=
"25dp"
android:background
=
"?attr/selectableItemBackground"
android:src
=
"@drawable/rewind"
/>
<
ImageButton
android:id
=
"@+id/btn_play_pause"
android:layout_width
=
"25dp"
android:layout_height
=
"25dp"
android:background
=
"?attr/selectableItemBackground"
android:src
=
"@drawable/play"
/>
<
ImageButton
android:id
=
"@+id/btn_forward"
android:layout_width
=
"25dp"
android:layout_height
=
"25dp"
android:background
=
"?attr/selectableItemBackground"
android:src
=
"@drawable/forward"
/>
<
ImageButton
android:id
=
"@+id/btn_shuffle"
android:layout_width
=
"25dp"
android:layout_height
=
"25dp"
android:background
=
"?attr/selectableItemBackground"
android:src
=
"@drawable/shuffle_disabled"
/>
</
LinearLayout
>
</
LinearLayout
>