popupwindow_record_remove.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/translucent_background">
  6. <com.edufound.reader.cusview.RoundFrameLayout
  7. android:layout_width="718dp"
  8. android:layout_height="500dp"
  9. android:layout_gravity="center"
  10. android:background="#EF9B47">
  11. <com.edufound.reader.cusview.RoundFrameLayout
  12. android:layout_width="718dp"
  13. android:layout_height="490dp"
  14. android:layout_gravity="center|top"
  15. android:background="#FFCE82">
  16. <com.edufound.reader.cusview.RoundFrameLayout
  17. android:layout_width="685dp"
  18. android:layout_height="378dp"
  19. android:layout_gravity="center|top"
  20. android:layout_marginTop="18dp"
  21. android:background="#FFD78B">
  22. <com.edufound.reader.cusview.RoundFrameLayout
  23. android:layout_width="match_parent"
  24. android:layout_height="368dp"
  25. android:layout_gravity="center|top"
  26. android:background="@color/white">
  27. <LinearLayout
  28. android:layout_width="640dp"
  29. android:layout_height="wrap_content"
  30. android:layout_gravity="center"
  31. android:orientation="vertical">
  32. <TextView
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:layout_gravity="center"
  36. android:text="您的作品将被永久删除,无法找回。"
  37. android:textColor="#AB722D"
  38. android:textSize="40dp"></TextView>
  39. <TextView
  40. android:layout_width="wrap_content"
  41. android:layout_height="wrap_content"
  42. android:layout_gravity="center"
  43. android:layout_marginTop="30dp"
  44. android:text="确认删除么?"
  45. android:textColor="#AB722D"
  46. android:textSize="40dp"></TextView>
  47. </LinearLayout>
  48. </com.edufound.reader.cusview.RoundFrameLayout>
  49. </com.edufound.reader.cusview.RoundFrameLayout>
  50. <LinearLayout
  51. android:layout_width="match_parent"
  52. android:layout_height="70dp"
  53. android:layout_gravity="bottom"
  54. android:layout_marginBottom="20dp"
  55. android:orientation="horizontal">
  56. <FrameLayout
  57. android:layout_width="0dp"
  58. android:layout_height="match_parent"
  59. android:layout_weight="1">
  60. <FrameLayout
  61. android:id="@+id/popupwindow_record_remove_ok"
  62. android:layout_width="184dp"
  63. android:layout_height="match_parent"
  64. android:layout_gravity="center"
  65. android:background="@drawable/main_ok_btn_bg">
  66. <TextView
  67. android:layout_width="match_parent"
  68. android:layout_height="match_parent"
  69. android:layout_gravity="center"
  70. android:gravity="center"
  71. android:text="确认"
  72. android:textColor="@color/white"
  73. android:textSize="30dp"
  74. android:textStyle="bold"></TextView>
  75. </FrameLayout>
  76. </FrameLayout>
  77. <FrameLayout
  78. android:layout_width="0dp"
  79. android:layout_height="match_parent"
  80. android:layout_weight="1">
  81. <FrameLayout
  82. android:id="@+id/popupwindow_record_remove_cancel"
  83. android:layout_width="184dp"
  84. android:layout_height="match_parent"
  85. android:layout_gravity="center"
  86. android:background="@drawable/main_cancel_btn_bg">
  87. <TextView
  88. android:layout_width="match_parent"
  89. android:layout_height="match_parent"
  90. android:layout_gravity="center"
  91. android:gravity="center"
  92. android:text="取消"
  93. android:textColor="@color/white"
  94. android:textSize="30dp"
  95. android:textStyle="bold"></TextView>
  96. </FrameLayout>
  97. </FrameLayout>
  98. </LinearLayout>
  99. </com.edufound.reader.cusview.RoundFrameLayout>
  100. </com.edufound.reader.cusview.RoundFrameLayout>
  101. </FrameLayout>