87 lines
3.8 KiB
XML
87 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/rl_connect_fragment"
|
|
android:background="#fff9f9f9"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.ubt.jimu.widgets.NavigationBarView
|
|
android:id="@+id/nbv_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:nbv_mode="left"
|
|
app:nbv_style="min_round"/>
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_15sp"
|
|
android:textColor="#ff98a5b6"
|
|
android:id="@+id/tv_title_speaker_help"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/tv_title_speaker_help_margin_top"
|
|
android:text="@string/refer_following_steps"
|
|
android:layout_below="@+id/nbv_bar"
|
|
android:layout_centerHorizontal="true"/>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:id="@+id/ll_help_step"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/ll_help_step_margin_top"
|
|
android:layout_below="@+id/tv_title_speaker_help">
|
|
<LinearLayout
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/help_open_setting"/>
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_12sp"
|
|
android:textColor="#ff596f80"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/speaker_help_tv_margin_top"
|
|
android:text="@string/open_settings_ble"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/help_find_bluetooth_device"/>
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_12sp"
|
|
android:textColor="#ff596f80"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/speaker_help_tv_margin_top"
|
|
android:text="@string/find_bluetooth"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/tap_to_connect"/>
|
|
<TextView
|
|
android:textSize="@dimen/comm_txt_12sp"
|
|
android:textColor="#ff596f80"
|
|
android:id="@+id/tv_tap_to_connect"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/speaker_help_tv_margin_top"
|
|
android:text="@string/tap_to_connect"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|