aboutsummaryrefslogtreecommitdiff
path: root/Client/BrzoDoLokacije/app/src/main/res/layout
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-11 17:01:37 +0100
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-11 17:01:37 +0100
commit1aef98b6f0e7f85c297b18cd9be5be24b7cbdcee (patch)
tree0f4843cd57888323610c673786d67ebf5aa09678 /Client/BrzoDoLokacije/app/src/main/res/layout
parentda309069093cfc64f489ceac5f17b785d48535d0 (diff)
Dodat depencenci za osmdroid, dodate permisije.
Omogucen prikaz mape u Fragment-u Browse.
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r--Client/BrzoDoLokacije/app/src/main/res/layout/fragment_browse.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_browse.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_browse.xml
index 3287683..a811522 100644
--- a/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_browse.xml
+++ b/Client/BrzoDoLokacije/app/src/main/res/layout/fragment_browse.xml
@@ -4,11 +4,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Fragments.FragmentBrowse">
+ <org.osmdroid.views.MapView
+ android:id="@+id/FragmentBrowseMapView"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"/>
+
- <!-- TODO: Update blank fragment layout -->
- <TextView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:text="Browse" />
</FrameLayout> \ No newline at end of file