aboutsummaryrefslogtreecommitdiff
path: root/Client/BrzoDoLokacije/app/src/main/res/layout
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-27 16:44:50 +0100
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-11-27 16:44:50 +0100
commit121ab32626eba4eeb43cd63731e60f16f0ce3fe2 (patch)
tree2bcc13134bd00fcd4109d152f17fb234170f7f23 /Client/BrzoDoLokacije/app/src/main/res/layout
parentb1db10d012939e8433d3691bd803f4a4cd2301b3 (diff)
Napravljen map dialogue. Omogucen prikaz mape sa pinom na lokaciji na postu. Klikom na tekst za tip lokacije.
Diffstat (limited to 'Client/BrzoDoLokacije/app/src/main/res/layout')
-rw-r--r--Client/BrzoDoLokacije/app/src/main/res/layout/map_dialogue.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Client/BrzoDoLokacije/app/src/main/res/layout/map_dialogue.xml b/Client/BrzoDoLokacije/app/src/main/res/layout/map_dialogue.xml
new file mode 100644
index 0000000..8b48d9d
--- /dev/null
+++ b/Client/BrzoDoLokacije/app/src/main/res/layout/map_dialogue.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="300dp"
+ android:id="@+id/map_dialogue">
+
+ <org.osmdroid.views.MapView
+ android:id="@+id/MapDialogueMapView"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+</RelativeLayout> \ No newline at end of file