01b0c36ff93ca15cbfc382aea6dc3ad668b6762a.svn-base 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout 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. tools:context=".ui.launcher.LikeActivity">
  9. <com.hjq.bar.TitleBar
  10. android:id="@+id/like_title"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:background="#5680FA"
  14. app:lineSize="0dp"
  15. app:backButton="false"
  16. app:rightColor="@color/white"
  17. app:rightTitle="跳过此页" />
  18. <LinearLayout
  19. android:layout_width="match_parent"
  20. android:layout_height="145dp"
  21. android:background="#5680FA"
  22. android:layout_below="@id/like_title"
  23. android:orientation="vertical"
  24. android:paddingLeft="18dp">
  25. <TextView
  26. android:id="@+id/likes_tv_genju"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:layout_marginTop="10dp"
  30. android:text="@string/like_title_genju"
  31. android:textColor="@color/white"
  32. android:textSize="20sp" />
  33. <TextView
  34. android:id="@+id/likes_tv_tuijian"
  35. android:layout_width="wrap_content"
  36. android:layout_height="wrap_content"
  37. android:layout_marginTop="10dp"
  38. android:text="@string/like_title_tuijian"
  39. android:textColor="@color/white"
  40. android:textSize="20sp" />
  41. </LinearLayout>
  42. <eVVM.apk.widget.RoundRectLayout
  43. android:id="@+id/likesbg"
  44. android:layout_below="@id/like_title"
  45. android:layout_width="331dp"
  46. android:layout_height="314dp"
  47. android:layout_centerHorizontal="true"
  48. android:layout_marginTop="100dp"
  49. android:paddingTop="18.5dp"
  50. android:background="@color/white">
  51. <eVVM.apk.widget.LineBreakLayout
  52. android:id="@+id/like_lineBreakLayout"
  53. android:layout_margin="20dp"
  54. app:leftAndRightSpace="20dp"
  55. app:rowSpace="10dp"
  56. android:layout_width="match_parent"
  57. android:layout_height="wrap_content">
  58. </eVVM.apk.widget.LineBreakLayout>
  59. </eVVM.apk.widget.RoundRectLayout>
  60. <Button
  61. android:id="@+id/like_btn_true"
  62. android:layout_width="283dp"
  63. android:layout_height="48dp"
  64. android:layout_below="@id/likesbg"
  65. android:layout_centerHorizontal="true"
  66. android:layout_marginTop="29dp"
  67. android:background="@drawable/selector_button"
  68. android:text="@string/dialog_confirm"
  69. android:textColor="@color/white"
  70. android:textSize="15.3sp" />
  71. </RelativeLayout>