| | |
| | | <?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" |
| | | > |
| | | |
| | | |
| | | |
| | |
| | | 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 |
| | |
| | | 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" /> |
| | |
| | | <include layout="@layout/view_load_more" /> |
| | | </safeluck.drive.evaluation.customview.PullToRefreshLayout> |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |