From eec2fd377e7e3472415d745b070324addb157c47 Mon Sep 17 00:00:00 2001 From: Halzyn Date: Thu, 4 Jun 2015 15:31:02 +0200 Subject: Started on first time boot but not yet finished, fixed cards etc etc etc --- app/src/main/res/layout/item_feeditem.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout/item_feeditem.xml') diff --git a/app/src/main/res/layout/item_feeditem.xml b/app/src/main/res/layout/item_feeditem.xml index 3927038..1ecd1c5 100755 --- a/app/src/main/res/layout/item_feeditem.xml +++ b/app/src/main/res/layout/item_feeditem.xml @@ -11,7 +11,7 @@ android:layout_gravity="center" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="15dp" + android:layout_margin="8dp" card_view:cardElevation="6dp" card_view:cardCornerRadius="2dp"> @@ -29,6 +29,10 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:textSize="@dimen/font_size_small"/> + -- cgit v1.2.3