app/src/main/res/layout/activity_auto_ble_list.xml
@@ -1,11 +1,18 @@
<?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">
    <include layout="@layout/toolbar"/>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/ic_bground"
        android:orientation="vertical"
        >
@@ -15,8 +22,8 @@
        android:layout_height="wrap_content"
        android:layout_marginBottom="20dp"
        android:layout_marginStart="15dp"
        android:text="@string/auto_act_to_select"
        android:textColor="@color/color_939393"
        android:text="@string/auto_act_to_refresh"
        android:textColor="#ffffffff"
        android:textSize="15sp" />
    <TextView
@@ -27,7 +34,7 @@
        android:gravity="center_vertical"
        android:paddingEnd="15dp"
        android:paddingStart="15dp"
        android:text="未检测到双享号Pro设备"
        android:text="未检测到蓝牙设备"
        android:textColor="@color/color_f76260"
        android:textSize="16sp"
        android:visibility="gone" />
@@ -54,4 +61,5 @@
        <include layout="@layout/view_load_more" />
    </safeluck.drive.evaluation.customview.PullToRefreshLayout>
</LinearLayout>
</LinearLayout>