42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
textColor="#736e78"
|
||
|
id="@+id/txv_lbl_number_of_months"
|
||
|
background="#f5f3f6"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/number_of_months"
|
||
|
style="@style/2132017920"/>
|
||
|
<HorizontalScrollView
|
||
|
id="@+id/plans_months_horizontal_scroll"
|
||
|
background="#ffffff"
|
||
|
scrollbars="none"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
gravity="left"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/layout_months"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"/>
|
||
|
</HorizontalScrollView>
|
||
|
<View
|
||
|
id="@+id/divider4"
|
||
|
style="@style/2132018228"/>
|
||
|
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
|
||
|
id="@+id/plans_selected_view_pager"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|