87824e74840af9d2791411fcdb251c1dcdf78cf9.svn-base 2.8 KB

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