Added som padding between the feature list and the add feature button

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-24 12:04:24 -04:00
parent cdbc10015a
commit 5675683133

View File

@@ -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" >
<LinearLayout
android:id="@+id/fragment_list_contianer"