blob: a743e9e1711e1fe0fcd2f263faa20fa310ecfee3 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/panel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="6dip"
android:orientation="vertical"
>
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:textAppearance="?android:attr/textAppearanceMedium"
android:singleLine="true"
/>
<TextView
android:id="@+id/data"
android:layout_width="wrap_content"
android:layout_height="match_parent"
/>
</LinearLayout>