554325746@qq.com
2019-08-07 2539f53391765abb74b6fe63f46e5a2c701e950f
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
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="@dimen/h71"
    android:background="@drawable/bg_write_border">
 
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="@dimen/h71"
        android:orientation="horizontal"
        >
 
 
        <TextView
            style="@style/setting_text"
            android:layout_width="0dp"
            android:layout_height="@dimen/h61"
            android:layout_weight="1"
            android:gravity="center"
            android:text="设备IP" />
 
 
        <TextView
            style="@style/setting_text"
            android:layout_width="0dp"
            android:layout_height="@dimen/h61"
            android:layout_weight="1"
            android:gravity="center"
            android:text="设备名称" />
        <TextView
            style="@style/setting_text"
            android:layout_width="0dp"
            android:layout_height="@dimen/h61"
            android:layout_weight="2"
            android:gravity="center"
            android:text="操作" />
 
    </LinearLayout>
 
</RelativeLayout>