30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge 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">
|
|
<TextView
|
|
id="@+id/section_header"
|
|
background="#f5f3f6"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
lineSpacingExtra="4sp"
|
|
paddingStart="16dp"
|
|
style="@style/2132017849"/>
|
|
<androidx.viewpager.widget.ViewPager
|
|
id="@+id/card_view_pager"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="140dp"
|
|
layout_marginBottom="6dp"/>
|
|
<me.relex.circleindicator.CircleIndicator
|
|
id="@+id/indicator"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="16dp"
|
|
NOT_FOUND_0xb="@drawable/circle_indicator_purple"
|
|
NOT_FOUND_0xc="@drawable/circle_indicator"/>
|
|
</merge>
|