c7730fb255b062c21ea17b82dac96d3358b23483.svn-base 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:layout_marginLeft="10dp"
  6. android:layout_marginTop="10dp"
  7. android:layout_marginRight="10dp"
  8. android:background="@color/white"
  9. android:orientation="vertical">
  10. <LinearLayout
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:layout_marginTop="10dp"
  14. android:layout_marginBottom="10dp"
  15. android:orientation="horizontal"
  16. android:weightSum="10">
  17. <ImageView
  18. android:id="@+id/notorelist_img"
  19. android:layout_width="0dp"
  20. android:layout_height="18dp"
  21. android:layout_gravity="center_vertical"
  22. android:layout_marginLeft="13dp"
  23. android:layout_weight="0.7"
  24. android:src="@mipmap/iv_eview_list" />
  25. <LinearLayout
  26. android:layout_width="0dp"
  27. android:layout_height="wrap_content"
  28. android:layout_marginLeft="13dp"
  29. android:layout_weight="6.9"
  30. android:orientation="vertical">
  31. <TextView
  32. android:id="@+id/notorelist_tvname"
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:text="1561313213"
  36. android:textSize="13sp" />
  37. </LinearLayout>
  38. <TextView
  39. android:id="@+id/notorelist_tvtime"
  40. android:layout_width="0dp"
  41. android:layout_height="wrap_content"
  42. android:layout_gravity="center_vertical"
  43. android:layout_marginLeft="6dp"
  44. android:layout_marginRight="5dp"
  45. android:layout_weight="2.4"
  46. android:text="2019/11/23"
  47. android:textColor="@color/gray"
  48. android:textSize="13sp" />
  49. </LinearLayout>
  50. <!--<LinearLayout
  51. android:orientation="vertical"
  52. android:layout_width="match_parent"
  53. android:layout_height="wrap_content">-->
  54. <TextView
  55. android:id="@+id/notorelist_tvline"
  56. android:layout_width="match_parent"
  57. android:layout_height="1dp"
  58. android:layout_marginLeft="9.5dp"
  59. android:layout_marginRight="9.5dp"
  60. android:background="#E0E4EC" />
  61. <TextView
  62. android:id="@+id/notorelist_tvanswer"
  63. android:layout_width="wrap_content"
  64. android:layout_height="wrap_content"
  65. android:layout_marginLeft="13.8dp"
  66. android:layout_marginTop="13px"
  67. android:layout_marginBottom="9.5dp"
  68. android:background="#FFF2E8"
  69. android:text="留言:可以使用"
  70. android:textSize="13sp" />
  71. <!-- </LinearLayout>-->
  72. </LinearLayout>