DeteMin
2020-03-31 77c62e023d2dc31200fc696158df84b3aee90ee7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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"
    android:layout_marginLeft="@dimen/w76"
    android:layout_marginRight="@dimen/w76"
    android:layout_marginTop="@dimen/w60">
 
    <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="1"
            android:gravity="center"
            android:text="设备ID"
            android:textColor="@color/white"
            android:textSize="@dimen/font_size_21" />
 
        <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/font_size_21" />
 
        <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/font_size_21" />
 
 
    </LinearLayout>
 
</LinearLayout>