aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/artist_list_item.xml
blob: 8aaa42d0319f7219d7433b0b82339e37f806cf33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
          android:id="@android:id/text1"
          android:drawableRight="@drawable/list_item_artist"
          android:drawablePadding="6dip"
          android:layout_width="fill_parent"
          android:layout_height="wrap_content"
          android:textAppearance="?android:attr/textAppearanceMedium"
          android:gravity="center_vertical"
          android:paddingLeft="6dip"
          android:paddingRight="6dip"
          android:minHeight="50dip"/>