<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h63"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h63"
|
android:background="@drawable/bg_write_border"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="2"
|
android:gravity="center"
|
android:text="设备ID"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="2"
|
android:gravity="center"
|
android:text="节点IP"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_weight="1"
|
android:gravity="center"
|
android:text="父节点名称"
|
android:textColor="@color/white"
|
android:textSize="@dimen/h21"
|
android:visibility="gone" />
|
</LinearLayout>
|
</LinearLayout>
|