101 lines
3.8 KiB
XML
101 lines
3.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
id="@+id/custom_slider_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<RelativeLayout
|
||
|
id="@+id/rl_amount"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="1dp"
|
||
|
layout_alignParentTop="true"
|
||
|
layout_alignParentStart="true">
|
||
|
<androidx.appcompat.widget.AppCompatImageButton
|
||
|
id="@+id/button_decrease"
|
||
|
background="@android:color/transparent"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
src="@drawable/ic_minus"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_alignParentStart="true"
|
||
|
NOT_FOUND_0x1c="@drawable/color_enable_selector"/>
|
||
|
<androidx.appcompat.widget.AppCompatImageButton
|
||
|
id="@+id/button_increase"
|
||
|
background="@android:color/transparent"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
src="@drawable/ic_plus"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_alignParentEnd="true"
|
||
|
NOT_FOUND_0x1c="@drawable/color_enable_selector"/>
|
||
|
<com.scb.phone.view.custom.ScbTextInputLayout
|
||
|
id="@+id/stil_custom_amount"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_toStartOf="@+id/button_increase"
|
||
|
layout_toEndOf="@+id/button_decrease"
|
||
|
NOT_FOUND_0x1b="@style/2132017859"
|
||
|
style="@style/2132017891">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
textColor="#7631c1"
|
||
|
gravity="center"
|
||
|
id="@+id/et_custom_amount"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
style="@style/2132017891"/>
|
||
|
</com.scb.phone.view.custom.ScbTextInputLayout>
|
||
|
<TextView
|
||
|
textColor="#7631c1"
|
||
|
gravity="center"
|
||
|
id="@+id/custom_slider_value"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignTop="@+id/button_increase"
|
||
|
layout_alignBottom="@+id/button_increase"
|
||
|
layout_centerHorizontal="true"
|
||
|
style="@style/2132017977"/>
|
||
|
</RelativeLayout>
|
||
|
<androidx.appcompat.widget.AppCompatSeekBar
|
||
|
id="@+id/slider"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="10dp"
|
||
|
progressDrawable="@drawable/seek_bar_style"
|
||
|
thumb="@drawable/slider_thumb_23x23"
|
||
|
layout_below="@+id/rl_amount"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"/>
|
||
|
<TextView
|
||
|
textColor="#000000"
|
||
|
id="@+id/custom_slider_min"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
layout_below="@+id/slider"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_alignParentStart="true"
|
||
|
style="@style/2132017951"/>
|
||
|
<TextView
|
||
|
textColor="#000000"
|
||
|
id="@+id/custom_slider_max"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
layout_below="@+id/slider"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017951"/>
|
||
|
</merge>
|