From ce1effd1287d25fa8ec4edca985fd64afdd6d55f Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Thu, 24 May 2012 10:59:02 -0400 Subject: [PATCH] Added an add button to the feature list fragment's UI Signed-off-by: Ricky Barrette --- .../res/layout/fragment_list_contianer.xml | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/LocationRinger/res/layout/fragment_list_contianer.xml b/LocationRinger/res/layout/fragment_list_contianer.xml index 5d0a8ef..f1a5752 100644 --- a/LocationRinger/res/layout/fragment_list_contianer.xml +++ b/LocationRinger/res/layout/fragment_list_contianer.xml @@ -1,12 +1,28 @@ - + android:layout_height="match_parent" > - + + + + + + android:layout_alignParentBottom="true" + android:layout_centerHorizontal="true" + android:src="@android:drawable/ic_menu_add" /> - \ No newline at end of file + \ No newline at end of file