com_lenovo_lsf_activity_quit.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/commont_login_layout"
  4. android:layout_width="304dp"
  5. android:layout_height="wrap_content"
  6. android:layout_marginLeft="8dp"
  7. android:layout_marginRight="8dp">
  8. <RelativeLayout
  9. android:id="@+id/common_title_layout"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:visibility="visible" >
  13. <ImageView
  14. android:id="@+id/iv_cha"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:layout_alignParentRight="true"
  18. android:layout_marginRight="2dp"
  19. android:src="@drawable/com_lenovo_lsf_ad_cha" />
  20. <!--
  21. <View
  22. android:id="@+id/common_list_item_real_dash_other"
  23. android:layout_width="match_parent"
  24. android:layout_height="@dimen/common_list_dash_height"
  25. android:layout_alignParentBottom="true"
  26. android:background="#eaeaea" />
  27. -->
  28. </RelativeLayout>
  29. <!--
  30. <View
  31. android:id="@+id/common_list_item_real_dash"
  32. android:layout_width="match_parent"
  33. android:layout_height="@dimen/common_list_dash_height"
  34. android:layout_below="@id/common_title_layout"
  35. android:background="#eaeaea" />
  36. -->
  37. <FrameLayout
  38. android:id="@+id/content"
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. android:layout_below="@id/common_title_layout"
  42. android:background="@drawable/com_lenovo_lsf_activity_bg" >
  43. <FrameLayout
  44. android:id="@+id/tuwen"
  45. android:layout_width="match_parent"
  46. android:layout_height="wrap_content"
  47. android:visibility="gone" >
  48. <ImageView
  49. android:id="@+id/iv_tu"
  50. android:layout_width="match_parent"
  51. android:layout_height="166dp"
  52. android:src="@drawable/com_lenovo_lsf_activity_login" />
  53. <Button
  54. android:id="@+id/btn_close"
  55. android:layout_width="wrap_content"
  56. android:layout_height="wrap_content"
  57. android:layout_gravity="center_horizontal|bottom"
  58. android:layout_marginBottom="6dp"
  59. android:background="@drawable/com_lenovo_lsf_ad_button_bg"
  60. android:textSize="@dimen/com_lenovo_lsf_ad_btn_text_size"
  61. android:textColor="@color/com_lenovo_lsf_list_item_white"
  62. android:visibility="visible" />
  63. </FrameLayout>
  64. <!-- @drawable/com_lenovo_lsf_ad_button_bg -->
  65. <GridView
  66. android:id="@+id/applist"
  67. android:layout_width="match_parent"
  68. android:layout_height="228dp"
  69. android:layout_gravity="center_horizontal"
  70. android:horizontalSpacing="4dp"
  71. android:numColumns="3"
  72. android:visibility="visible" />
  73. <LinearLayout
  74. android:id="@+id/layout_btn_watch"
  75. android:layout_width="match_parent"
  76. android:layout_height="41dp"
  77. android:layout_below="@id/content"
  78. android:orientation="vertical"
  79. android:visibility="visible" >
  80. <View
  81. android:id="@+id/common_list_item_real_dash_other0"
  82. android:layout_width="match_parent"
  83. android:layout_height="@dimen/common_list_dash_height"
  84. android:background="#eaeaea" />
  85. <TextView
  86. android:id="@+id/btn_close_quit"
  87. android:layout_width="match_parent"
  88. android:layout_height="match_parent"
  89. android:maxLines="1"
  90. android:paddingLeft="10dp"
  91. android:paddingRight="10dp"
  92. android:gravity="center"
  93. android:text="退出游戏"
  94. android:textSize="16sp"
  95. android:textColor="#5fa134"
  96. android:visibility="visible" />
  97. </LinearLayout>
  98. </FrameLayout>
  99. </RelativeLayout>