blob: 933b07167aa1a3fd459cf307fb754ee20aa0c208 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/key"
android:layout_width="wrap_content"
android:layout_height="fill_parent" />
<TextView
android:id="@+id/value"
android:layout_width="wrap_content"
android:layout_height="fill_parent" />
</LinearLayout>