| | |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/deviceStateLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="25dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="设备:" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/deviceState" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="未知" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/rtuAddressLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="25dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="RTU地址:" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/rtuAddress" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="未知" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="25dp" |
| | |
| | | android:id="@+id/lng" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_weight="4" |
| | | android:ellipsize="end" |
| | | android:text="" |
| | | android:maxLines="1" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | |
| | | android:id="@+id/lat" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:layout_weight="4" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/editePoint" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:padding="2dp" |
| | | android:src="@drawable/ic_edit_btn" /> |