fa9795620de0e378139f6dcad3963ed6365c2c8c.svn-base 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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:background="@color/white"
  6. android:layout_marginTop="10dp"
  7. android:layout_marginLeft="10dp"
  8. android:layout_marginRight="10dp"
  9. android:orientation="vertical">
  10. <RelativeLayout
  11. android:layout_marginTop="10dp"
  12. android:orientation="horizontal"
  13. android:layout_marginBottom="10dp"
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content">
  16. <ImageView
  17. android:layout_centerVertical="true"
  18. android:id="@+id/notorelist_img"
  19. android:src="@mipmap/iv_eview_list"
  20. android:layout_width="15dp"
  21. android:layout_height="18dp"
  22. android:layout_marginLeft="13dp" />
  23. <LinearLayout
  24. android:layout_marginLeft="13dp"
  25. android:orientation="vertical"
  26. android:layout_toRightOf="@id/notorelist_img"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content">
  29. <TextView
  30. android:id="@+id/notorelist_tvname"
  31. android:layout_width="wrap_content"
  32. android:layout_height="wrap_content"
  33. android:text="1561313213"
  34. android:textSize="13sp" />
  35. <TextView
  36. android:id="@+id/notorelist_tvnum"
  37. android:layout_width="wrap_content"
  38. android:layout_height="wrap_content"
  39. android:text="1561313213"
  40. android:textSize="13sp" />
  41. </LinearLayout>
  42. <TextView
  43. android:layout_centerVertical="true"
  44. android:layout_alignParentRight="true"
  45. android:id="@+id/notorelist_tvtime"
  46. android:layout_width="wrap_content"
  47. android:layout_height="wrap_content"
  48. android:layout_marginRight="10dp"
  49. android:text="2019/11/23"
  50. android:textColor="@color/gray"
  51. android:textSize="13sp" />
  52. </RelativeLayout>
  53. <!--<LinearLayout
  54. android:orientation="vertical"
  55. android:layout_width="match_parent"
  56. android:layout_height="wrap_content">-->
  57. <TextView
  58. android:layout_marginLeft="9.5dp"
  59. android:layout_marginRight="9.5dp"
  60. android:background="#E0E4EC"
  61. android:id="@+id/notorelist_tvline"
  62. android:layout_width="match_parent"
  63. android:layout_height="1dp" />
  64. <TextView
  65. android:background="#FFF2E8"
  66. android:textSize="13sp"
  67. android:id="@+id/notorelist_tvanswer"
  68. android:layout_marginTop="13px"
  69. android:text="留言:可以使用"
  70. android:layout_marginBottom="9.5dp"
  71. android:layout_marginLeft="13.8dp"
  72. android:layout_width="wrap_content"
  73. android:layout_height="wrap_content" />
  74. <!-- </LinearLayout>-->
  75. </LinearLayout>