fragment_mysubcription.xml 398 Bytes
<?xml version="1.0" encoding="utf-8"?><!--我的订阅-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:id="@+id/ll_sub"
	android:background="@color/color_bg">




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

</RelativeLayout>