<?xml version="1.0" encoding="utf-8"?>
|
<androidx.constraintlayout.widget.ConstraintLayout 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:id="@+id/main"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@color/text_FF000000"
|
tools:context=".ui.me.NotificationSettingsActivity">
|
|
<include
|
android:id="@+id/toolbar_top_rl"
|
layout="@layout/toolbar_top_view_44"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_44"
|
android:layout_marginTop="@dimen/dp_38"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toTopOf="parent" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/text_FF1C1C1E"
|
android:orientation="vertical"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintTop_toBottomOf="@+id/toolbar_top_rl">
|
|
<LinearLayout
|
android:id="@+id/notification_ll"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_52">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_marginStart="@dimen/dp_16"
|
android:layout_marginEnd="@dimen/dp_10"
|
android:layout_weight="1"
|
android:ellipsize="end"
|
android:gravity="center_vertical|start"
|
android:singleLine="true"
|
android:text="@string/notification_settings"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:ellipsize="end"
|
android:gravity="center_vertical|end"
|
android:paddingStart="@dimen/dp_6"
|
android:paddingEnd="@dimen/dp_16"
|
android:singleLine="true"
|
android:text="@string/go_and_start"
|
android:textColor="@color/text_38C494"
|
android:textSize="@dimen/text_14" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_48"
|
android:background="@color/text_FF000000">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="@dimen/dp_16"
|
android:layout_marginTop="@dimen/dp_20"
|
android:ellipsize="end"
|
android:singleLine="true"
|
android:text="@string/notification_alert"
|
android:textColor="@color/text_FF8E8E8E"
|
android:textSize="@dimen/text_14" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/ai_ll"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_52">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_marginStart="@dimen/dp_16"
|
android:layout_marginEnd="@dimen/dp_10"
|
android:layout_weight="1"
|
android:ellipsize="end"
|
android:gravity="center_vertical|start"
|
android:singleLine="true"
|
android:text="@string/ai_butler_message"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<ImageView
|
android:id="@+id/ai_iv"
|
android:layout_width="@dimen/dp_44"
|
android:layout_height="@dimen/dp_24"
|
android:layout_gravity="center_vertical"
|
android:layout_marginStart="@dimen/dp_6"
|
android:layout_marginEnd="@dimen/dp_16"
|
android:background="@drawable/open" />
|
</LinearLayout>
|
|
<View
|
android:id="@+id/line_v1"
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:background="@color/text_1AFFFFFF" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_52">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_marginStart="@dimen/dp_16"
|
android:layout_marginEnd="@dimen/dp_10"
|
android:layout_weight="1"
|
android:ellipsize="end"
|
android:gravity="center_vertical|start"
|
android:singleLine="true"
|
android:text="@string/alarm_all_grade_tip"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<ImageView
|
android:id="@+id/tip_iv"
|
android:layout_width="@dimen/dp_44"
|
android:layout_height="@dimen/dp_24"
|
android:layout_gravity="center_vertical"
|
android:layout_marginStart="@dimen/dp_6"
|
android:layout_marginEnd="@dimen/dp_16"
|
android:background="@drawable/open" />
|
</LinearLayout>
|
|
<View
|
android:id="@+id/line_v2"
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:background="@color/text_1AFFFFFF" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_52">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_marginStart="@dimen/dp_16"
|
android:layout_marginEnd="@dimen/dp_10"
|
android:layout_weight="1"
|
android:ellipsize="end"
|
android:gravity="center_vertical|start"
|
android:singleLine="true"
|
android:text="@string/alarm_all_grade_warning"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<ImageView
|
android:id="@+id/warning_iv"
|
android:layout_width="@dimen/dp_44"
|
android:layout_height="@dimen/dp_24"
|
android:layout_gravity="center_vertical"
|
android:layout_marginStart="@dimen/dp_6"
|
android:layout_marginEnd="@dimen/dp_16"
|
android:background="@drawable/open" />
|
</LinearLayout>
|
|
<View
|
android:id="@+id/line_v3"
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:background="@color/text_1AFFFFFF" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/dp_52">
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:layout_marginStart="@dimen/dp_16"
|
android:layout_marginEnd="@dimen/dp_10"
|
android:layout_weight="1"
|
android:ellipsize="end"
|
android:gravity="center_vertical|start"
|
android:singleLine="true"
|
android:text="@string/alarm_all_grade_malfunction"
|
android:textColor="@color/text_FFACACAC"
|
android:textSize="@dimen/text_14" />
|
|
<ImageView
|
android:id="@+id/malfunction_iv"
|
android:layout_width="@dimen/dp_44"
|
android:layout_height="@dimen/dp_24"
|
android:layout_gravity="center_vertical"
|
android:layout_marginStart="@dimen/dp_6"
|
android:layout_marginEnd="@dimen/dp_16"
|
android:background="@drawable/open" />
|
</LinearLayout>
|
</LinearLayout>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|