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

73 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"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
id="@+id/own_scb_account_layout"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
paddingTop="20dp"
paddingBottom="20dp"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
paddingStart="20dp">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
weightSum="1">
<com.scb.phone.view.custom.ScbEllipsizeTextView
gravity="start"
id="@+id/account_title"
layout_width="wrap_content"
layout_height="wrap_content"
maxLines="1"
NOT_FOUND_0x11="6"
NOT_FOUND_0x12="..."
style="@style/2132017876"/>
</LinearLayout>
<TextView
gravity="start"
id="@+id/limit_account_value"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/limit_sample_value"
style="@style/2132017970"/>
</LinearLayout>
<ImageView
id="@+id/limit_expand_arrow"
paddingTop="30dp"
paddingBottom="20dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
paddingStart="5dp"
paddingEnd="20dp"/>
<TextView
id="@+id/limit_done"
paddingTop="30dp"
paddingBottom="20dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/done_label"
paddingStart="5dp"
paddingEnd="20dp"
style="@style/2132017970"/>
</LinearLayout>
<com.scb.phone.view.custom.common.CustomDeltaInput
id="@+id/account_set_limit"
layout_width="match_parent"
layout_height="wrap_content"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="5dp"/>
</LinearLayout>