19 lines
770 B
XML
19 lines
770 B
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"
|
||
|
id="@+id/overview_item"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.NoSwipeViewPager
|
||
|
id="@+id/collateral_select_view_pager"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="105dp"/>
|
||
|
<me.relex.circleindicator.CircleIndicator
|
||
|
id="@+id/collateral_select_indicator"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="12dp"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x5="@drawable/circle_indicator_purple"
|
||
|
NOT_FOUND_0x6="@drawable/circle_indicator"/>
|
||
|
</LinearLayout>
|