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

59 lines
2.1 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
layout_width="match_parent"
layout_height="wrap_content">
<include
layout_width="match_parent"
layout_height="152dp"
layout_centerInParent="true"
layout="@layout/2131559301"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/from_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="12dp"
text="@string/from"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<com.scb.phone.view.custom.common.NoSwipeViewPager
id="@+id/account_select_view_pager"
layout_width="match_parent"
layout_height="120dp"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/account_select_indicator"
layout_width="match_parent"
layout_height="12dp"
layout_marginTop="8dp"
layout_marginBottom="8dp"
NOT_FOUND_0xb="@drawable/circle_indicator_purple"
NOT_FOUND_0xc="@drawable/circle_indicator"/>
<include layout="@layout/2131559146"/>
<TextView
id="@+id/text_view_disclaimer"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<TextView
id="@+id/to_text_view"
visibility="invisible"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/to"
layout_marginStart="16dp"
style="@style/2132017849"/>
<View
id="@+id/bottom_divider"
style="@style/2132018228"/>
</LinearLayout>
</RelativeLayout>