mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-03 02:27:31 +01:00
2648145438
Added getVideo() support New view for videos Bluetooth notifications are now optional Bluetooth album art is now optional and off by default Bluetooth album art is now 300 px instead of 500 px when enabled Fixed swipe to change track on album art
40 lines
1.3 KiB
XML
40 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
|
a:layout_width="0dip"
|
|
a:layout_height="wrap_content"
|
|
a:layout_gravity="center_vertical"
|
|
a:layout_weight="1"
|
|
a:orientation="vertical" >
|
|
|
|
<LinearLayout
|
|
a:layout_width="fill_parent"
|
|
a:layout_height="wrap_content"
|
|
a:layout_gravity="center_vertical"
|
|
a:orientation="horizontal" >
|
|
|
|
<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"
|
|
a:ellipsize="marquee"
|
|
a:paddingLeft="4dip"
|
|
a:paddingRight="6dip"
|
|
a:singleLine="true"
|
|
a:text="Video Title"
|
|
a:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
<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"
|
|
a:textAppearance="?android:attr/textAppearanceSmall" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |