mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Copy over NearbyListFragment and link it to NearbyActivity
This commit is contained in:
parent
3973f62b0a
commit
a6da5a9366
3 changed files with 222 additions and 13 deletions
|
|
@ -1,12 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
tools:context="fr.free.nrw.commons.nearby.NearbyActivity">
|
||||
|
||||
</RelativeLayout>
|
||||
android:layout_height="match_parent">
|
||||
<fragment android:name="fr.free.nrw.commons.nearby.NearbyListFragment"
|
||||
android:id="@+id/container"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent" />
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue