project_files/Android-build/SDL-android-project/res/layout/listview_player.xml
changeset 7449 2e63537b44f3
child 7455 8e86d8d2927d
equal deleted inserted replaced
7444:2e31f114f57e 7449:2e63537b44f3
       
     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" />