mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Clarify fragment code
This commit is contained in:
parent
d62fd565b6
commit
f5d448285f
3 changed files with 14 additions and 8 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue