mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add fragment_nearby.xml layout file
This commit is contained in:
parent
5ca298dd4f
commit
e2d3f65aef
2 changed files with 13 additions and 177 deletions
6
app/src/main/res/layout/fragment_nearby.xml
Normal file
6
app/src/main/res/layout/fragment_nearby.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue