Changeset View
Changeset View
Standalone View
Standalone View
res/layout/map_popup.xml
- This file was added.
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |||||
| android:orientation="vertical" android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:background="@color/cardview_light_background"> | |||||
| <TextView | |||||
| android:id="@+id/bubble_title" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textColor="@color/blue_500" /> | |||||
| <TextView | |||||
| android:id="@+id/bubble_description" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" /> | |||||
| <TextView | |||||
| android:id="@+id/bubble_subdescription" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" /> | |||||
| <ImageView | |||||
| android:id="@+id/bubble_image" | |||||
| android:layout_height="wrap_content" | |||||
| android:layout_width="wrap_content" /> | |||||
| </LinearLayout> | |||||
| No newline at end of file | |||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register