chat_rooms.xml 772 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. android:id="@+id/rlRoot"
  4. xmlns:android="http://schemas.android.com/apk/res/android"
  5. android:layout_width="fill_parent"
  6. android:layout_height="fill_parent"
  7. android:background="@color/bussiness_card_gridview_bg">
  8. <com.netease.nim.uikit.common.ui.ptr2.PullToRefreshLayout
  9. android:id="@+id/swipe_refresh"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent">
  12. <android.support.v7.widget.RecyclerView
  13. android:id="@+id/recycler_view"
  14. android:layout_width="match_parent"
  15. android:layout_height="match_parent"/>
  16. </com.netease.nim.uikit.common.ui.ptr2.PullToRefreshLayout>
  17. </RelativeLayout>