Tidy up fragment_nearby, remove button

This commit is contained in:
misaochan 2016-08-29 19:22:58 +12:00
parent ee0ee3f0f9
commit fa85e14943

View file

@ -6,18 +6,7 @@
<ListView
android:id="@+id/listview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_above="@+id/btn_New">
android:layout_height="fill_parent">
</ListView>
<Button
android:id="@+id/btn_New"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_marginBottom="20dp"
android:text="Button"
android:width="170dp"
android:layout_alignParentBottom="true" />
</RelativeLayout>