<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:id="@+id/vw01" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="horizontal"> | |
<ImageView android:id="@+id/img01" | |
android:layout_width="wrap_content" | |
android:layout_height="match_parent" | |
android:padding="5dip"/> | |
<TextView xmlns:android="http://schemas.android.com/apk/res/android" | |
android:id="@+id/text01" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:textAppearance="?android:attr/textAppearanceLarge" | |
android:gravity="center_vertical" | |
android:paddingLeft="6dip" | |
android:minHeight="?android:attr/listPreferredItemHeight" | |
/> | |
</LinearLayout> |