what-the-bank/resources/res/layout/2131558653.xml

69 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/view_group_root"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
id="@+id/scroll_view"
layout_width="match_parent"
layout_height="0dp"
fillViewport="true"
layout_weight="1">
<LinearLayout
orientation="vertical"
paddingBottom="100dp"
layout_width="match_parent"
layout_height="wrap_content">
<FrameLayout
id="@+id/layout_account_selector"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/manage_qr_to_pay_title"
paddingTop="16dp"
paddingBottom="8dp"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/fastpay_setting_max_limit_per_day_label"
textAllCaps="true"
paddingStart="16dp"
style="@style/2132017849"/>
<com.scb.phone.view.custom.common.CustomDeltaInputPressed
id="@+id/manage_qr_to_pay_limit_amount"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
gravity="right"
id="@+id/manage_qr_to_pay_limit"
paddingTop="8dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingEnd="16dp"
fontPath="fonts/PSL001Pro.ttf"
style="@style/2132017849"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/myqr_setting_remarks"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017677"/>
<Button
enabled="false"
id="@+id/btn_action"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/save"
style="@style/2132017576"/>
</LinearLayout>