| <?xml version="1.0" encoding="utf-8"?> |
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_marginBottom="6dip" |
| android:layout_marginLeft="15dip" |
| android:layout_marginRight="6dip" |
| android:layout_marginTop="6dip" |
| android:layout_weight="1" > |
| |
| <TextView android:id="@+id/title" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceLarge" /> |
| |
| <TextView android:id="@+id/summary" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_alignLeft="@id/title" |
| android:layout_below="@id/title" |
| android:textAppearance="?android:attr/textAppearanceSmall" /> |
| |
| </RelativeLayout> |