fragment_qmcj.xml 653 字节
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:background="@color/bg"
    tools:context=".ui.main.jzdFragment.QmcjFragment">

    <android.support.v7.widget.RecyclerView
        android:id="@+id/rv_achievement"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:paddingLeft="@dimen/dp_16"
        android:paddingRight="@dimen/dp_16"></android.support.v7.widget.RecyclerView>


</FrameLayout>