72 lines
2.6 KiB
XML
72 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="CONFIG"
|
|
style="@style/2132017836"/>
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
theme="@style/2132017492"
|
|
id="@+id/device_id_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="32dp"
|
|
NOT_FOUND_0x10="@style/2132017491">
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
textSize="22sp"
|
|
id="@+id/device_id"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
hint="@string/input_device_id"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
theme="@style/2132017492"
|
|
textColorHint="#837e87"
|
|
id="@+id/input_phone_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp">
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
textSize="22sp"
|
|
id="@+id/phone_number"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
hint="@string/input_phone_number"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
<Spinner
|
|
id="@+id/environment_spinner"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"/>
|
|
<CheckBox
|
|
id="@+id/root_checkbox"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="Root device"/>
|
|
<CheckBox
|
|
id="@+id/wiremock_checkbox"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="Wiremock"/>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/button_confirm"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="32dp"
|
|
layout_marginBottom="26dp"
|
|
layout_alignParentBottom="true"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="20dp"
|
|
NOT_FOUND_0x11="@drawable/ripple_rounded_dark_purple"
|
|
NOT_FOUND_0x12="Confirm"
|
|
NOT_FOUND_0x13="@color/2131100912"/>
|
|
</LinearLayout>
|