28 lines
1.0 KiB
XML
28 lines
1.0 KiB
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"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_cards"
|
||
|
paddingBottom="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.asksira.loopingviewpager.LoopingViewPager
|
||
|
id="@+id/vp_card"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginBottom="4dp"
|
||
|
NOT_FOUND_0xa="true"/>
|
||
|
<me.relex.circleindicator.CircleIndicator
|
||
|
id="@+id/ci_card_indicator"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="16dp"
|
||
|
NOT_FOUND_0x8="@drawable/circle_indicator_purple"
|
||
|
NOT_FOUND_0x9="@drawable/circle_indicator"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|