2022-03-24 17:16:55 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="180dp"
|
|
|
|
|
|
android:orientation="vertical"
|
2022-03-27 19:00:57 +00:00
|
|
|
|
android:paddingLeft="70dp"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:paddingRight="90dp">
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
2022-04-01 15:53:35 +00:00
|
|
|
|
android:id="@+id/title_host"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:text="主机连接"
|
|
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
|
|
|
|
|
android:textSize="24dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
2022-03-29 15:07:23 +00:00
|
|
|
|
android:id="@+id/pair_address"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
android:text="网关地址:"
|
2022-03-29 15:07:23 +00:00
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:textSize="20dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
2022-03-29 15:07:23 +00:00
|
|
|
|
android:id="@+id/pair_id"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
|
android:text="网关id:"
|
2022-03-29 15:07:23 +00:00
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:textSize="20dp" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:id="@+id/pair_btn"
|
|
|
|
|
|
android:layout_width="162dp"
|
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
|
android:background="@drawable/pair_btn_clicked"
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
android:text="配对状态"
|
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
|
android:textSize="24dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:id="@+id/connect_btn"
|
|
|
|
|
|
android:layout_width="162dp"
|
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
|
android:background="@drawable/connect_btn_unclicked"
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
android:text="连接模式"
|
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
|
android:textSize="24dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
android:layout_width="200dp"
|
|
|
|
|
|
android:layout_height="0dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
2022-03-27 19:00:57 +00:00
|
|
|
|
android:id="@+id/pairStatus"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:text="主机未连接"
|
2022-03-27 19:00:57 +00:00
|
|
|
|
android:textColor="@color/color_50_FF0000"
|
|
|
|
|
|
android:textSize="20dp" />
|
2022-03-24 17:16:55 +00:00
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="18dp"
|
|
|
|
|
|
android:background="@color/color_F6F6F6" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
android:layout_height="100dp"
|
|
|
|
|
|
android:gravity="center_vertical"
|
2022-03-27 19:00:57 +00:00
|
|
|
|
android:paddingLeft="70dp"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:text="手柄信息"
|
|
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
|
|
|
|
|
android:textSize="24dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="73dp"
|
|
|
|
|
|
android:background="@color/color_FFE6E6E6"
|
|
|
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_weight="1"
|
2022-03-27 19:00:57 +00:00
|
|
|
|
android:paddingLeft="80dp"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:text="编号"
|
|
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
|
|
|
|
|
android:textSize="20dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
android:text="MAC"
|
|
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
|
|
|
|
|
android:textSize="20dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
2022-04-01 15:53:35 +00:00
|
|
|
|
android:id="@+id/pair_power"
|
2022-03-24 17:16:55 +00:00
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
android:text="电量"
|
|
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
2022-04-01 15:53:35 +00:00
|
|
|
|
android:textSize="20dp"
|
|
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
android:id="@+id/pair_ll"
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
android:text="状态"
|
|
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
|
|
|
|
|
android:textSize="20dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
android:text="操作"
|
|
|
|
|
|
android:textColor="@color/color_3d3d3d"
|
|
|
|
|
|
android:textSize="20dp" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
2022-03-24 17:16:55 +00:00
|
|
|
|
</LinearLayout>
|
2022-03-29 15:07:23 +00:00
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
|
android:id="@+id/pair_list"
|
|
|
|
|
|
android:layout_width="match_parent"
|
2022-04-01 15:53:35 +00:00
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
android:overScrollMode="never" />
|
2022-03-24 17:16:55 +00:00
|
|
|
|
</LinearLayout>
|