com_lenovo_lsf_activity_flexible.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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="304dp"
  11. android:layout_height="wrap_content"
  12. android:gravity="right"
  13. android:visibility="visible" >
  14. <ImageView
  15. android:id="@+id/iv_cha"
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:layout_marginRight="2dp"
  19. android:src="@drawable/com_lenovo_lsf_ad_cha" />
  20. </RelativeLayout>
  21. <LinearLayout
  22. android:layout_width="303dp"
  23. android:layout_height="wrap_content"
  24. android:layout_below="@id/common_title_layout"
  25. android:background="@drawable/com_lenovo_ad_bg"
  26. android:orientation="vertical" >
  27. <FrameLayout
  28. android:id="@+id/content"
  29. android:layout_width="match_parent"
  30. android:layout_height="wrap_content" >
  31. <FrameLayout
  32. android:id="@+id/tuwen"
  33. android:layout_width="match_parent"
  34. android:layout_height="wrap_content"
  35. android:visibility="visible" >
  36. <ImageView
  37. android:id="@+id/iv_advertise"
  38. android:layout_width="match_parent"
  39. android:layout_height="166dp"
  40. android:src="@drawable/com_lenovo_lsf_activity_login" />
  41. <Button
  42. android:id="@+id/btn_close"
  43. android:layout_width="92dp"
  44. android:layout_height="25dp"
  45. android:layout_gravity="center_horizontal|bottom"
  46. android:layout_marginBottom="6dp"
  47. android:background="@drawable/com_lenovo_lsf_ad_button_bg"
  48. android:textColor="#ffffff"
  49. android:text="@string/com_lenovo_lsf_watch_text"
  50. android:textSize="@dimen/com_lenovo_lsf_ad_btn_text_size"
  51. android:visibility="visible" />
  52. </FrameLayout>
  53. <!-- @drawable/com_lenovo_lsf_ad_button_bg -->
  54. <GridView
  55. android:id="@+id/applist"
  56. android:layout_width="match_parent"
  57. android:layout_height="228dp"
  58. android:layout_gravity="center_horizontal"
  59. android:layout_margin="2dp"
  60. android:horizontalSpacing="4dp"
  61. android:numColumns="3"
  62. android:visibility="gone" />
  63. </FrameLayout>
  64. <LinearLayout
  65. android:id="@+id/layout_btn_watch"
  66. android:layout_width="match_parent"
  67. android:layout_height="41dp"
  68. android:layout_below="@id/content"
  69. android:orientation="vertical"
  70. android:visibility="gone" >
  71. <View
  72. android:id="@+id/common_list_item_real_dash_other0"
  73. android:layout_width="match_parent"
  74. android:layout_height="@dimen/common_list_dash_height"
  75. android:background="#eaeaea" />
  76. <TextView
  77. android:id="@+id/btn_close_quit"
  78. android:layout_width="match_parent"
  79. android:layout_height="match_parent"
  80. android:gravity="center"
  81. android:maxLines="1"
  82. android:paddingLeft="10dp"
  83. android:paddingRight="10dp"
  84. android:text="退出游戏"
  85. android:textColor="#5fa134"
  86. android:textSize="16sp"
  87. android:visibility="visible" />
  88. </LinearLayout>
  89. </LinearLayout>
  90. </RelativeLayout>