1ddec9f610eef4663cc8f1dbd7a2870a7bcd7c2c.svn-base 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical">
  8. <com.hjq.bar.TitleBar
  9. android:id="@+id/tb_risk_title"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:background="@color/white"
  13. app:backButton="false"
  14. app:barStyle="transparent"
  15. app:title="风险提示"
  16. app:titleColor="@color/black" />
  17. <com.ajguan.library.EasyRefreshLayout
  18. android:id="@+id/risk_easylayout"
  19. android:layout_width="match_parent"
  20. android:layout_height="match_parent">
  21. <android.support.v7.widget.RecyclerView
  22. android:id="@+id/risk_rv"
  23. android:layout_width="match_parent"
  24. android:layout_height="wrap_content">
  25. </android.support.v7.widget.RecyclerView>
  26. </com.ajguan.library.EasyRefreshLayout>
  27. </LinearLayout>