84dfaa75eaa27cda1d5f8c5a945568c7f513f646.svn-base 686 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent">
  6. <com.ajguan.library.EasyRefreshLayout
  7. android:id="@+id/notore_easylayout"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent">
  10. <android.support.v7.widget.RecyclerView
  11. android:id="@+id/notore_rv"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content">
  14. </android.support.v7.widget.RecyclerView>
  15. </com.ajguan.library.EasyRefreshLayout>
  16. </LinearLayout>