Files
qianyanAndroid/app/src/main/res/layout/activity_zhi_rank.xml
被淹死的鱼 659eef7e29 排行榜UI修改
2026-03-18 17:29:18 +08:00

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>