6baa23e33c67cbd3a731caf2f2a0266976c4de12.svn-base 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. <com.ajguan.library.EasyRefreshLayout
  18. android:id="@+id/alarm_easylayout"
  19. android:layout_width="match_parent"
  20. android:layout_height="match_parent">
  21. <android.support.v7.widget.RecyclerView
  22. android:id="@+id/alarm_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>