<?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:background="@drawable/bg_solid_layout_transparent_radius_10" android:orientation="vertical" android:padding="@dimen/dp_10"> <TextView android:id="@+id/wellNameView" style="@style/MapPopupWindowTextStyle" android:text="@string/unknown" /> <TextView android:id="@+id/wellCodeView" style="@style/MapPopupWindowTextStyle" android:text="@string/unknown" /> <TextView android:id="@+id/wellTypeView" style="@style/MapPopupWindowTextStyle" android:text="@string/unknown" /> <TextView android:id="@+id/wellStateView" style="@style/MapPopupWindowTextStyle" android:text="@string/unknown" /> <TextView android:id="@+id/deepView" style="@style/MapPopupWindowTextStyle" android:text="@string/unknown" /> <TextView android:id="@+id/locationView" style="@style/MapPopupWindowTextStyle" android:text="@string/unknown" /> </LinearLayout>