equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <TextView xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 android:id="@android:id/text1" |
|
4 android:layout_width="fill_parent" |
|
5 android:layout_height="wrap_content" |
|
6 android:paddingTop="4dp" |
|
7 android:paddingBottom="4dp" |
|
8 android:drawablePadding="5dp" |
|
9 android:drawableLeft="@drawable/playerlist_player" |
|
10 android:gravity="center_vertical|left" |
|
11 android:textAppearance="?android:attr/textAppearanceMedium" /> |