7743622fc9fd1b160eb78a1d700ca937de16418e.svn-base 912 B

1234567891011121314151617181920212223242526272829
  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_alarm_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/alarm_rv"
  19. android:layout_width="match_parent"
  20. android:layout_height="wrap_content">
  21. </android.support.v7.widget.RecyclerView>
  22. </LinearLayout>