mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-09 08:18:50 +01:00
Added stop button and pause/play toggle to notification, reuse notification, removed arrows on menu items, added settings for max albums and notifications, hopefully fixed a buffering issue, minor code cleanup in preparation for full ICS/JB standards compliance.
12 lines
531 B
XML
12 lines
531 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:a="http://schemas.android.com/apk/res/android"
|
|
a:id="@android:id/text1"
|
|
a:layout_width="fill_parent"
|
|
a:layout_height="wrap_content"
|
|
a:textAppearance="?android:attr/textAppearanceMedium"
|
|
a:gravity="center_vertical"
|
|
a:paddingLeft="6dip"
|
|
a:paddingRight="6dip"
|
|
a:minHeight="50dip"/>
|
|
|
|
<!-- a:drawableRight="@drawable/list_item_more" a:drawablePadding="6dip"--> |