1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 android:orientation="horizontal" 5 android:layout_width="wrap_content" 6 android:layout_height="wrap_content" 7 android:padding="4dip" 8 android:gravity="center_vertical"> 9 <ImageView 10 android:id="@+id/list_item_icon" 11 android:layout_width="32dip" 12 android:layout_height="32dip" 13 android:fadingEdgeLength="0dip" /> 14 <TextView 15 android:id="@+id/list_item_title" 16 android:layout_width="wrap_content" 17 android:layout_height="wrap_content" 18 android:paddingLeft="5dip" 19 android:textSize="22dip" /> 20 </LinearLayout>