From 567568313332716ddc3839297a09633cbf3d6f48 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Thu, 24 May 2012 12:04:24 -0400 Subject: [PATCH] Added som padding between the feature list and the add feature button Signed-off-by: Ricky Barrette --- LocationRinger/res/layout/fragment_list_contianer.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LocationRinger/res/layout/fragment_list_contianer.xml b/LocationRinger/res/layout/fragment_list_contianer.xml index f1a5752..fe31807 100644 --- a/LocationRinger/res/layout/fragment_list_contianer.xml +++ b/LocationRinger/res/layout/fragment_list_contianer.xml @@ -7,7 +7,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_above="@+id/add_feature_button" - android:layout_alignParentTop="true" > + android:layout_alignParentTop="true" + android:paddingBottom="5dip" >