aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/show_location_infowindow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/show_location_infowindow.xml')
-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