5fef03ec99a7c716748f2d8586717155e00b191f.svn-base 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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="70dp"
  12. android:background="@color/white"
  13. android:paddingTop="20dp"
  14. app:backButton="false"
  15. app:barStyle="transparent"
  16. app:title="风险提示"
  17. app:titleColor="@color/black" />
  18. <com.ajguan.library.EasyRefreshLayout
  19. android:id="@+id/risk_easylayout"
  20. android:layout_width="match_parent"
  21. android:layout_height="match_parent">
  22. <android.support.v7.widget.RecyclerView
  23. android:id="@+id/risk_rv"
  24. android:layout_width="match_parent"
  25. android:layout_height="wrap_content">
  26. </android.support.v7.widget.RecyclerView>
  27. </com.ajguan.library.EasyRefreshLayout>
  28. </LinearLayout>