From 437fd1038cfddc6932650735f1a2bc40677d55b9 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sat, 5 Sep 2015 22:40:29 -0700 Subject: Re-indent host item layout and add sample text --- app/src/main/res/layout/item_host.xml | 101 +++++++++++++++++----------------- 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/app/src/main/res/layout/item_host.xml b/app/src/main/res/layout/item_host.xml index 56c3d34..8c9f9fc 100644 --- a/app/src/main/res/layout/item_host.xml +++ b/app/src/main/res/layout/item_host.xml @@ -17,60 +17,61 @@ --> + android:id="@android:id/content" + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:minHeight="72dp" + > - + - + - + - + - + -- cgit v1.2.3