fragment_rankinglist.xml
432 Bytes
<?xml version="1.0" encoding="utf-8"?><!--排行榜-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:background="@color/color_bg"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/layout_nestedranking_headview"></include>
<include layout="@layout/view_recyclerview"></include>
</LinearLayout>