efa28e1e7fa21ed66c5aeb83233ad6d456a35289.svn-base 704 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical">
  6. <com.ajguan.library.EasyRefreshLayout
  7. android:id="@+id/altore_easylayout"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent">
  10. <android.support.v7.widget.RecyclerView
  11. android:id="@+id/altore_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>