fragment_zy_rv_wck.xml 663 字节
<?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="#F7F7F7"
    tools:context=".ui.jxt.fragment.zy.Zy_Rv_Wck_Fragment">
    <android.support.v7.widget.RecyclerView
        android:layout_marginTop="@dimen/dp_1"
        android:id="@+id/zy_rv_wck_rv"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginBottom="@dimen/dp_60"></android.support.v7.widget.RecyclerView>

</FrameLayout>