1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-23 21:41:38 +01:00
ultrasonic-app-subsonic-and.../res/layout/artist_list_item.xml
haxzamatic 1718ab7350 My Changes
Updated UI with a ICS look.
2012-02-26 15:29:05 -05:00

11 lines
448 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:drawablePadding="6dip"
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"/>