fragment_layout_contribution.xml 379 Bytes
<?xml version="1.0" encoding="utf-8"?><!--贡献榜Fragment布局-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@android:color/white"
    android:orientation="vertical">

    <include layout="@layout/view_recyclerview" />



</RelativeLayout>