e44c98a67ee18b471487800f804926e63dd40749.svn-base 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. <LinearLayout
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:background="@color/white"
  12. android:orientation="vertical">
  13. <com.hjq.bar.TitleBar
  14. android:id="@+id/tb_test_a_bar"
  15. android:layout_width="match_parent"
  16. android:layout_height="?android:attr/actionBarSize"
  17. android:layout_marginTop="10dp"
  18. app:backButton="false"
  19. app:barStyle="transparent"
  20. app:layout_collapseMode="pin">
  21. <LinearLayout
  22. android:layout_width="match_parent"
  23. android:layout_height="match_parent"
  24. android:orientation="horizontal">
  25. <LinearLayout
  26. android:layout_width="290dp"
  27. android:layout_height="32dp"
  28. android:layout_gravity="center_vertical"
  29. android:layout_marginLeft="15dp"
  30. android:background="@drawable/bg_home_search_bar_transparent"
  31. android:orientation="horizontal">
  32. <ImageView
  33. android:layout_width="20dp"
  34. android:layout_height="20dp"
  35. android:layout_gravity="center_vertical"
  36. android:layout_marginLeft="17.5dp"
  37. android:src="@mipmap/iv_search_logo" />
  38. <EditText
  39. android:id="@+id/tv_report_search"
  40. android:layout_width="wrap_content"
  41. android:layout_height="wrap_content"
  42. android:layout_gravity="center_vertical"
  43. android:layout_marginLeft="9dp"
  44. android:background="@null"
  45. android:hint="请输入姓名/身份证/ID号"
  46. android:textColorHint="#a4a4a4"
  47. android:textSize="14sp" />
  48. </LinearLayout>
  49. <TextView
  50. android:id="@+id/tv_report_gosearch"
  51. android:layout_width="wrap_content"
  52. android:layout_height="match_parent"
  53. android:layout_marginLeft="10dp"
  54. android:gravity="center_vertical"
  55. android:text="搜索"
  56. android:textColor="#1C92FE"
  57. android:textSize="14sp" />
  58. </LinearLayout>
  59. </com.hjq.bar.TitleBar>
  60. <LinearLayout
  61. android:layout_width="match_parent"
  62. android:layout_height="wrap_content"
  63. android:layout_marginLeft="15dp"
  64. android:layout_marginRight="19dp"
  65. android:orientation="vertical">
  66. <LinearLayout
  67. android:layout_width="match_parent"
  68. android:layout_height="wrap_content"
  69. android:orientation="horizontal">
  70. <TextView
  71. android:id="@+id/tv_vn_name"
  72. android:layout_width="0dp"
  73. android:layout_height="30sp"
  74. android:layout_marginRight="5dp"
  75. android:layout_weight="1"
  76. android:background="@drawable/bg_home_search_bar_transparent"
  77. android:drawableRight="@mipmap/iv_arrowdown_icon"
  78. android:gravity="center_vertical"
  79. android:hint="疫苗名称"
  80. android:paddingLeft="20dp"
  81. android:paddingRight="13dp"
  82. android:textColorHint="@color/black"
  83. android:textSize="14sp" />
  84. <TextView
  85. android:id="@+id/tv_vn_status"
  86. android:layout_width="0dp"
  87. android:layout_height="30sp"
  88. android:layout_weight="1"
  89. android:background="@drawable/bg_home_search_bar_transparent"
  90. android:drawableRight="@mipmap/iv_arrowdown_icon"
  91. android:gravity="center_vertical"
  92. android:hint="状态"
  93. android:paddingLeft="20dp"
  94. android:paddingRight="13dp"
  95. android:textColorHint="@color/black"
  96. android:textSize="14sp" />
  97. </LinearLayout>
  98. <LinearLayout
  99. android:layout_width="match_parent"
  100. android:layout_height="wrap_content"
  101. android:layout_marginTop="10dp"
  102. android:layout_marginBottom="10dp"
  103. android:orientation="horizontal">
  104. <TextView
  105. android:id="@+id/tv_vn_begintime"
  106. android:layout_width="0dp"
  107. android:layout_height="30sp"
  108. android:layout_marginRight="5dp"
  109. android:layout_weight="1"
  110. android:background="@drawable/bg_home_search_bar_transparent"
  111. android:drawableRight="@mipmap/iv_arrowdown_icon"
  112. android:gravity="center_vertical"
  113. android:hint="起始时间"
  114. android:paddingLeft="20dp"
  115. android:paddingRight="13dp"
  116. android:textColorHint="@color/black"
  117. android:textSize="14sp" />
  118. <TextView
  119. android:id="@+id/tv_vn_endtime"
  120. android:layout_width="0dp"
  121. android:layout_height="30sp"
  122. android:layout_weight="1"
  123. android:background="@drawable/bg_home_search_bar_transparent"
  124. android:drawableRight="@mipmap/iv_arrowdown_icon"
  125. android:gravity="center_vertical"
  126. android:hint="截止时间"
  127. android:paddingLeft="20dp"
  128. android:paddingRight="13dp"
  129. android:textColorHint="@color/black"
  130. android:textSize="14sp" />
  131. </LinearLayout>
  132. </LinearLayout>
  133. </LinearLayout>
  134. <android.support.v7.widget.RecyclerView
  135. android:id="@+id/rl_reportvn"
  136. android:layout_width="match_parent"
  137. android:layout_height="wrap_content">
  138. </android.support.v7.widget.RecyclerView>
  139. </LinearLayout>