fragment_report_detail.xml 856 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="vertical">
  7. <!-- <android.support.v7.widget.RecyclerView-->
  8. <!-- android:id="@+id/rv_content"-->
  9. <!-- android:layout_width="match_parent"-->
  10. <!-- android:layout_height="wrap_content">-->
  11. <!-- </android.support.v7.widget.RecyclerView>-->
  12. <com.handmark.pulltorefresh.library.PullToRefreshListView
  13. android:id="@+id/rv_content"
  14. android:layout_width="match_parent"
  15. android:layout_height="match_parent"
  16. android:layout_marginTop="10dp"
  17. android:layerType="software"
  18. android:scrollingCache="false" />
  19. </LinearLayout>