17 lines
597 B
XML
17 lines
597 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.easycash.CustomCreditCardPageSelector
|
|
id="@+id/card_selector"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<include layout="@layout/2131558860"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|