| | |
| | | <!-- android:id="@+id/webView"--> |
| | | <!-- android:layout_width="match_parent"--> |
| | | <!-- android:layout_height="match_parent" />--> |
| | | |
| | | |
| | | <WebView |
| | | android:id="@+id/webView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" /> |
| | | |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/inspectRL" |
| | |
| | | android:orientation="vertical" |
| | | android:padding="10dp"> |
| | | |
| | | |
| | | <TextView |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:text="取水口" |
| | | android:textColor="@color/black" /> |
| | | android:gravity="start" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="名称:" |
| | | android:textColor="@color/black" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/markerName" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="" |
| | | android:textColor="@color/black" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:text="取水口位置" |
| | | android:textColor="@color/black" /> |
| | | android:gravity="start" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="片区:" |
| | | android:textColor="@color/black" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/markerBlockName" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="" |
| | | android:textColor="@color/black" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:gravity="start" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="地址:" |
| | | android:textColor="@color/black" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/markerAddress" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="" |
| | | android:textColor="@color/black" /> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <ImageView |
| | | android:layout_width="80dp" |
| | | android:layout_height="80dp" |
| | | android:layout_width="25dp" |
| | | android:layout_height="30dp" |
| | | android:layout_gravity="center" |
| | | android:layout_marginRight="20dp" |
| | | android:padding="10dp" |
| | | android:src="@drawable/ic_gps_navigation" /> |
| | | android:layout_marginRight="10dp" |
| | | android:background="@drawable/ic_right_blue" /> |
| | | |
| | | |
| | | </LinearLayout> |