16 lines
608 B
XML
16 lines
608 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:paddingBottom="50dp"
|
|
android:background="@drawable/bg_rank"
|
|
tools:viewBindingIgnore="true">
|
|
|
|
<androidx.viewpager.widget.ViewPager
|
|
android:id="@+id/dynamic_view_pager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<include layout="@layout/item_zhi_rank_title" />
|
|
</RelativeLayout> |