38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tvFrom"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/prepaid_travel_conversion_landing_from"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
style="@style/2132017849"/>
|
||
|
<com.scb.phone.view.custom.common.NoSwipeViewPager
|
||
|
id="@+id/vpWallet"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="120dp"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xe="@+id/tvFrom"/>
|
||
|
<me.relex.circleindicator.CircleIndicator
|
||
|
id="@+id/indicatorWallet"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="12dp"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x9="@drawable/circle_indicator_purple"
|
||
|
NOT_FOUND_0xa="@drawable/circle_indicator"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xe="@+id/vpWallet"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|