199 lines
7.9 KiB
XML
199 lines
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="15dp"
|
|
android:background="@drawable/dashboard_model_background"
|
|
android:orientation="vertical"
|
|
android:padding="15dp"
|
|
android:visibility="visible">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/titleBlue"
|
|
style="@style/TextHeavy20"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bluetooth"
|
|
tools:ignore="RelativeOverlap" />
|
|
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="1dp"
|
|
android:layout_weight="1" />
|
|
|
|
<ImageView
|
|
android:id="@+id/blueSetting"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:src="@mipmap/setting" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/showLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="15dp"
|
|
android:orientation="vertical">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/showText"
|
|
style="@style/LeftContent"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bluetooth_support" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/show1"
|
|
style="@style/LeftContent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="21dp"
|
|
android:background="@drawable/hard_bg"
|
|
android:paddingHorizontal="12dp"
|
|
android:paddingVertical="8dp"
|
|
android:text="@string/show"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/module_title_color"
|
|
android:textSize="14sp"
|
|
tools:ignore="RelativeOverlap" />
|
|
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:id="@+id/blueList"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone"
|
|
android:orientation="vertical">
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="15dp"
|
|
android:orientation="vertical">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/pairText"
|
|
style="@style/LeftContent"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/paired_devices" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/pair1"
|
|
style="@style/LeftContent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="21dp"
|
|
android:background="@drawable/hard_bg"
|
|
android:paddingHorizontal="12dp"
|
|
android:paddingVertical="8dp"
|
|
android:text="@string/show"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/module_title_color"
|
|
android:textSize="14sp"
|
|
tools:ignore="RelativeOverlap" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="15dp"
|
|
android:orientation="vertical">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
style="@style/LeftContent"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="27dp"
|
|
android:text="@string/nearby_devices" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/pair2"
|
|
style="@style/LeftContent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="21dp"
|
|
android:background="@drawable/hard_bg"
|
|
android:paddingHorizontal="12dp"
|
|
android:paddingVertical="8dp"
|
|
android:text="@string/show"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/module_title_color"
|
|
android:textSize="14sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
<com.google.android.material.textview.MaterialTextView
|
|
style="@style/TextHeavy20"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="30dp"
|
|
android:text="@string/bluetooth_4_features"
|
|
android:textSize="16sp"
|
|
tools:ignore="RelativeOverlap" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck1"
|
|
layout="@layout/common_check_style" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck2"
|
|
layout="@layout/common_check_style" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck3"
|
|
layout="@layout/common_check_style" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck4"
|
|
layout="@layout/common_check_style" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
style="@style/TextHeavy20"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="30dp"
|
|
android:text="@string/bluetooth_5_features"
|
|
android:textSize="16sp"
|
|
tools:ignore="RelativeOverlap" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck01"
|
|
layout="@layout/common_check_style" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck02"
|
|
layout="@layout/common_check_style" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck03"
|
|
layout="@layout/common_check_style" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck04"
|
|
layout="@layout/common_check_style" />
|
|
|
|
<include
|
|
android:id="@+id/blueCheck05"
|
|
layout="@layout/common_check_style" />
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout> |