From 2b96064830d46523c44247d368c51dc5a95f6a0f Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 18 Dec 2015 17:46:26 -0800 Subject: Start of my own basic CardView since support version doesn't play nice with SquareImageView --- app/src/main/res/layout/basic_cell_item.xml | 65 ++++++++++++++++------------- 1 file changed, 35 insertions(+), 30 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/basic_cell_item.xml b/app/src/main/res/layout/basic_cell_item.xml index f522b196..0ccf78bd 100644 --- a/app/src/main/res/layout/basic_cell_item.xml +++ b/app/src/main/res/layout/basic_cell_item.xml @@ -1,39 +1,44 @@ - - - + android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="?attr/selectableItemBackground"> - + - + android:orientation="horizontal" + android:paddingTop="4dp" + android:paddingLeft="2dp"> + + + + + - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3