From 11ff5ee21103b33dddbc808f468fe32f916937d3 Mon Sep 17 00:00:00 2001 From: Kyle Horimoto Date: Fri, 4 Sep 2015 10:34:12 -0700 Subject: Style the host list items with material design. This change updates the items to be in line with the guideline here: https://www.google.com/design/spec/components/lists.html#lists-specs. --- app/src/main/res/layout-land/item_host.xml | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'app/src/main/res/layout-land') diff --git a/app/src/main/res/layout-land/item_host.xml b/app/src/main/res/layout-land/item_host.xml index cbccd91..a6e60d3 100644 --- a/app/src/main/res/layout-land/item_host.xml +++ b/app/src/main/res/layout-land/item_host.xml @@ -23,23 +23,30 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:padding="10dip" + android:minHeight="72dp" > - - \ No newline at end of file + -- cgit v1.2.3