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:
@@ -7,7 +7,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_above="@+id/add_feature_button"
|
android:layout_above="@+id/add_feature_button"
|
||||||
android:layout_alignParentTop="true" >
|
android:layout_alignParentTop="true"
|
||||||
|
android:paddingBottom="5dip" >
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/fragment_list_contianer"
|
android:id="@+id/fragment_list_contianer"
|
||||||
|
|||||||
Reference in New Issue
Block a user