Clarify fragment code

This commit is contained in:
misaochan 2016-08-25 19:00:40 +12:00
parent d62fd565b6
commit f5d448285f
3 changed files with 14 additions and 8 deletions

View file

@ -4,10 +4,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment android:name="fr.free.nrw.commons.nearby.NearbyListFragment"
<FrameLayout
android:id="@+id/container"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent" />
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>
</LinearLayout>