diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-11-27 16:44:50 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-11-27 16:44:50 +0100 |
commit | 121ab32626eba4eeb43cd63731e60f16f0ce3fe2 (patch) | |
tree | 2bcc13134bd00fcd4109d152f17fb234170f7f23 /Client/BrzoDoLokacije/app/src/main/res/layout | |
parent | b1db10d012939e8433d3691bd803f4a4cd2301b3 (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.xml | 11 |
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 |