aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/show_location_infowindow.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-14 13:59:08 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-14 13:59:08 +0200
commit4fbbd10c6478687be081c220b9fbc194721b2b31 (patch)
tree6d606891165e23c47586264cfa13d896ad52cfba /src/main/res/layout/show_location_infowindow.xml
parente7736881ee770c2e5c0fb774ebbb31efc60ecbe0 (diff)
show addresses in ShareLocation and ShowLocation
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/show_location_infowindow.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main/res/layout/show_location_infowindow.xml b/src/main/res/layout/show_location_infowindow.xml
new file mode 100644
index 000000000..059fb20a8
--- /dev/null
+++ b/src/main/res/layout/show_location_infowindow.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
+
+ <TextView
+ android:id="@+id/title"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="?attr/TextSizeBody"
+ android:textStyle="bold"/>
+ <TextView
+ android:id="@+id/snippet"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="?attr/TextSizeInfo"/>
+ </LinearLayout>
+
+</LinearLayout> \ No newline at end of file