adapter_item_safflower.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.edufound.reader.cusview.RoundFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="550dp"
  5. android:layout_height="52dp"
  6. android:layout_gravity="center"
  7. android:background="@color/white"
  8. roundframelayout:radio="26">
  9. <FrameLayout
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent">
  12. <LinearLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:orientation="horizontal">
  16. <TextView
  17. android:id="@+id/adapter_item_safflower_title"
  18. android:layout_width="wrap_content"
  19. android:layout_height="match_parent"
  20. android:layout_gravity="center"
  21. android:layout_marginLeft="22dp"
  22. android:gravity="center|left"
  23. android:text="别人对我的作品评论,回复1次"
  24. android:textColor="@color/black"
  25. android:textSize="26dp"
  26. android:textStyle="bold"></TextView>
  27. <LinearLayout
  28. android:layout_width="wrap_content"
  29. android:layout_height="match_parent"
  30. android:layout_marginLeft="6dp"
  31. android:orientation="horizontal">
  32. <ImageView
  33. android:layout_width="40dp"
  34. android:layout_height="40dp"
  35. android:layout_gravity="center"
  36. android:src="@drawable/anim_red_follow"></ImageView>
  37. <TextView
  38. android:id="@+id/adapter_item_safflower_redfcount"
  39. android:layout_width="wrap_content"
  40. android:layout_height="match_parent"
  41. android:layout_gravity="center"
  42. android:layout_marginLeft="7dp"
  43. android:gravity="center"
  44. android:text="1"
  45. android:textColor="#F65641"
  46. android:textSize="26dp"
  47. android:textStyle="bold"></TextView>
  48. </LinearLayout>
  49. </LinearLayout>
  50. <LinearLayout
  51. android:layout_width="wrap_content"
  52. android:layout_height="match_parent"
  53. android:layout_gravity="center|right"
  54. android:layout_marginRight="22dp"
  55. android:orientation="horizontal">
  56. <TextView
  57. android:id="@+id/adapter_item_safflower_overcount"
  58. android:layout_width="wrap_content"
  59. android:layout_height="match_parent"
  60. android:gravity="center"
  61. android:text="0/5"
  62. android:textColor="#F65641"
  63. android:textSize="26dp"
  64. android:textStyle="bold"></TextView>
  65. </LinearLayout>
  66. </FrameLayout>
  67. </com.edufound.reader.cusview.RoundFrameLayout>