266 lines
9.5 KiB
XML
266 lines
9.5 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:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="#000"
|
|
android:paddingBottom="23dp">
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/textView6"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginTop="14dp"
|
|
android:text="@string/speech_robot_setup"
|
|
android:textColor="#CCCCCC"
|
|
android:textSize="15sp"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/robot_status"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/textView6"
|
|
android:layout_marginTop="18dp"
|
|
android:orientation="horizontal">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_weight="1"
|
|
android:text="@string/robot_switch"
|
|
android:textColor="#FFF"
|
|
android:textSize="15sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/robot_state"
|
|
android:layout_width="46dp"
|
|
android:layout_height="23dp"
|
|
android:layout_marginEnd="10dp"
|
|
app:srcCompat="@mipmap/special_icon_off" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/robot_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/robot_status"
|
|
android:layout_marginTop="20dp"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:text="@string/robot_name_setting"
|
|
android:textColor="#FFF"
|
|
android:textSize="13sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginTop="3.67dp"
|
|
android:text="@string/word_limit"
|
|
android:textColor="#B3B3B3"
|
|
android:textSize="10sp" />
|
|
</LinearLayout>
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/robot_name_setting"
|
|
android:layout_width="96dp"
|
|
android:layout_height="27dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginEnd="10dp"
|
|
android:background="@drawable/bg_prank_coin"
|
|
android:gravity="center"
|
|
android:imeOptions="actionDone"
|
|
android:inputType="text"
|
|
android:maxLines="1"
|
|
android:textColor="#FFF"
|
|
android:textSize="12sp"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/robot_name_text"
|
|
android:layout_width="96dp"
|
|
android:layout_height="27dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginEnd="10dp"
|
|
android:background="@drawable/bg_prank_coin"
|
|
android:gravity="center"
|
|
android:imeOptions="actionDone"
|
|
android:inputType="text"
|
|
android:maxLines="1"
|
|
android:textColor="#FFF"
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/robot_say_hello"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/robot_name"
|
|
android:layout_marginTop="20dp"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:text="@string/automatic_greeting_setting"
|
|
android:textColor="#FFF"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginTop="3.67dp"
|
|
android:text="@string/configured_items"
|
|
android:textColor="#B3B3B3"
|
|
android:textSize="10sp" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/automatic_greeting_number"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="4.67dp"
|
|
android:layout_marginTop="3.67dp"
|
|
android:textColor="#00B8EB"
|
|
android:textSize="10sp" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/automatic_greeting_setting"
|
|
android:layout_width="96dp"
|
|
android:layout_height="27dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginEnd="10dp"
|
|
android:background="@drawable/bg_robot_shape"
|
|
android:gravity="center"
|
|
android:text="@string/robot_go_setting"
|
|
android:textColor="#FFF"
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/robot_message"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/robot_say_hello"
|
|
android:layout_marginTop="20dp"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:text="@string/automatic_message_sending"
|
|
android:textColor="#FFF"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginTop="3.67dp"
|
|
android:text="@string/configured_items"
|
|
android:textColor="#B3B3B3"
|
|
android:textSize="10sp" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/automatic_message_number"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="4.67dp"
|
|
android:layout_marginTop="3.67dp"
|
|
android:textColor="#00B8EB"
|
|
android:textSize="10sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/automatic_message_sending"
|
|
android:layout_width="96dp"
|
|
android:layout_height="27dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginEnd="10dp"
|
|
android:background="@drawable/bg_robot_shape"
|
|
android:gravity="center"
|
|
android:text="@string/robot_go_setting"
|
|
android:textColor="#FFF"
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/robot_message"
|
|
android:layout_marginStart="10.33dp"
|
|
android:layout_marginTop="29dp"
|
|
android:layout_marginEnd="10.67dp"
|
|
android:background="@drawable/bg_prank_coin"
|
|
android:orientation="horizontal"
|
|
android:paddingTop="8.67dp"
|
|
android:paddingBottom="7.67dp">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginStart="13.67dp"
|
|
android:src="@mipmap/icon_tip" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginStart="8.33dp"
|
|
android:text="@string/robot_hint"
|
|
android:textColor="#CCCCCC"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
|
|
</RelativeLayout> |