9de9d0c10875106833c72a8e3eedb4f5fc98a89b.svn-base 908 B

123456789101112131415161718192021222324252627
  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. <android.support.v7.widget.RecyclerView
  18. android:id="@+id/risk_rv"
  19. android:layout_width="match_parent"
  20. android:layout_height="wrap_content">
  21. </android.support.v7.widget.RecyclerView>
  22. </LinearLayout>