fctom1215
2021-04-27 5a7a49f35b1e306e10fcdde45f7953bbe55b12e9
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
<?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="match_parent"
    android:background="@color/color_f6f8f8"
    android:orientation="vertical">
    <TextView
        android:background="@color/color_ffffff"
        android:layout_width="match_parent"
        android:layout_height="44dp"
        android:paddingStart="15dp"
        android:paddingEnd="15dp"
        android:text="LIFE-2E78"
        android:textSize="18sp"
        android:gravity="center_vertical"
        android:id="@+id/tv_auto_wifi"
        android:textColor="@color/color_000000"/>    <TextView
        android:background="@color/color_ffffff"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingStart="15dp"
        android:paddingEnd="15dp"
        android:text="4E:34:23:1A:25"
        android:textSize="14sp"
        android:gravity="center_vertical"
        android:id="@+id/tv_auto_mac"
        android:textColor="@color/color_000000"/>
    <View
        android:layout_width="wrap_content"
        android:background="@color/color_e5e5e5"
        android:layout_height="0.5dp"/>
</LinearLayout>