42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include
|
|
id="@+id/toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
weightSum="1"
|
|
layout_below="@+id/toolbar">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_marginBottom="16dp"
|
|
layout_weight="0.4">
|
|
<androidx.viewpager.widget.ViewPager
|
|
id="@+id/image_view_pager"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<me.relex.circleindicator.CircleIndicator
|
|
id="@+id/indicator"
|
|
layout_width="match_parent"
|
|
layout_height="12dp"
|
|
layout_marginBottom="8dp"
|
|
layout_alignParentBottom="true"
|
|
NOT_FOUND_0xc="@drawable/circle_indicator_purple"
|
|
NOT_FOUND_0xd="@drawable/circle_indicator"/>
|
|
</RelativeLayout>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/recycler_view"
|
|
scrollbars="vertical"
|
|
clipToPadding="false"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="0.6"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|