作者 pandada8987

更新1758 SDK

  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3 + xmlns:app="http://schemas.android.com/apk/res-auto"
  4 + style="@style/br_dialog_lyt_root"
  5 + android:gravity="center_horizontal"
  6 + android:orientation="vertical">
  7 +
  8 + <LinearLayout
  9 + android:layout_width="wrap_content"
  10 + android:layout_height="wrap_content"
  11 + android:layout_marginBottom="@dimen/br_dp24"
  12 + android:layout_marginTop="@dimen/br_dp28"
  13 + android:gravity="center_horizontal"
  14 + android:orientation="vertical">
  15 +
  16 + <TextView
  17 + android:id="@+id/br_ProtocolAlertMessage"
  18 + android:layout_width="wrap_content"
  19 + android:layout_height="wrap_content"
  20 + android:gravity="center_horizontal"
  21 + android:paddingLeft="@dimen/br_dp12"
  22 + android:paddingRight="@dimen/br_dp12"
  23 + android:text="您尚未开启悬浮窗,会影响游戏功能正常运作,请将应用'悬浮窗/在其他应用的上层显示'权限开启"
  24 + android:textColor="@color/br_text_color_common_lv1_white_a100"
  25 + android:textSize="@dimen/br_sp16" />
  26 + </LinearLayout>
  27 +
  28 + <View style="@style/br_line_tip_dialog_horizontal" />
  29 +
  30 + <LinearLayout
  31 + android:layout_width="fill_parent"
  32 + android:layout_height="@dimen/br_dp46"
  33 + android:gravity="center_vertical"
  34 + android:orientation="horizontal">
  35 +
  36 + <Button
  37 + android:id="@+id/br_ProtocolAlertCancel"
  38 + android:layout_width="0.0dip"
  39 + android:layout_height="wrap_content"
  40 + android:layout_weight="1.0"
  41 + android:background="@null"
  42 + android:text="我再想想"
  43 + android:textColor="@color/br_btn_main_color"
  44 + android:textSize="@dimen/br_dp17" />
  45 +
  46 + <View style="@style/br_line_tip_dialog_vertical" />
  47 +
  48 + <Button
  49 + android:id="@+id/br_ProtocolAlertSubmit"
  50 + android:layout_width="0.0dip"
  51 + android:layout_height="wrap_content"
  52 + android:layout_weight="1.0"
  53 + android:background="@null"
  54 + android:text="狠心离开"
  55 + android:textColor="@color/br_edt_input_color"
  56 + android:textSize="@dimen/br_dp17" />
  57 + </LinearLayout>
  58 +</LinearLayout>
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3 + xmlns:app="http://schemas.android.com/apk/res-auto"
  4 + style="@style/br_dialog_lyt_root"
  5 + android:layout_width="500dip"
  6 + android:layout_height="260dip"
  7 + android:gravity="bottom"
  8 + android:orientation="vertical">
  9 +
  10 + <ScrollView
  11 + android:layout_width="wrap_content"
  12 + android:layout_height="wrap_content"
  13 + android:layout_gravity="top"
  14 + >
  15 +
  16 + <LinearLayout
  17 + android:layout_width="match_parent"
  18 + android:layout_height="match_parent"
  19 + android:gravity="center_horizontal"
  20 + android:orientation="vertical">
  21 +
  22 +
  23 + <TextView
  24 + android:id="@+id/br_protocolTipTitle"
  25 + android:layout_width="wrap_content"
  26 + android:layout_height="wrap_content"
  27 + android:gravity="center_horizontal"
  28 + android:paddingLeft="@dimen/br_dp12"
  29 + android:paddingRight="@dimen/br_dp12"
  30 + android:text="个人信息保护指引"
  31 + android:textColor="@color/br_text_color_common_lv1_white_a100"
  32 + android:textSize="@dimen/br_dp20" />
  33 +
  34 + <TextView
  35 + android:id="@+id/br_protocolTipMessage1"
  36 + android:layout_width="wrap_content"
  37 + android:layout_height="wrap_content"
  38 + android:gravity="left"
  39 + android:paddingLeft="@dimen/br_dp12"
  40 + android:paddingRight="@dimen/br_dp12"
  41 + android:text="欢迎下载本游戏,我们非常重视个人信息和隐私保护。请在使用我们的服务前,详细阅读并同意"
  42 + android:textColor="@color/br_text_color_common_lv1_white_a100"
  43 + android:textSize="@dimen/br_sp12" />
  44 +
  45 + <RelativeLayout
  46 + android:layout_width="wrap_content"
  47 + android:layout_height="24dp"
  48 + android:layout_below="@id/br_protocolTipTitle"
  49 + android:gravity="center">
  50 +
  51 + <TextView
  52 + android:id="@+id/br_protocolTipUserProtocol"
  53 + android:layout_width="wrap_content"
  54 + android:layout_height="wrap_content"
  55 + android:gravity="center"
  56 + android:paddingLeft="@dimen/br_dp12"
  57 + android:paddingRight="@dimen/br_dp12"
  58 + android:text="《用户协议》"
  59 + android:textColor="@color/br_btn_main_color"
  60 + android:textSize="@dimen/br_dp16" />
  61 +
  62 + <TextView
  63 + android:id="@+id/br_protocolTipMessage2"
  64 + android:layout_width="wrap_content"
  65 + android:layout_height="match_parent"
  66 + android:layout_below="@id/br_protocolTipUserProtocol"
  67 + android:layout_marginLeft="120dp"
  68 + android:layout_marginTop="-24dp"
  69 + android:paddingLeft="@dimen/br_dp12"
  70 + android:paddingRight="@dimen/br_dp12"
  71 + android:text="和"
  72 + android:textColor="@color/br_text_color_common_lv1_white_a100"
  73 + android:textSize="@dimen/br_dp16" />
  74 +
  75 + <TextView
  76 + android:id="@+id/br_protocolTipPriProtocol"
  77 + android:layout_width="wrap_content"
  78 + android:layout_height="match_parent"
  79 + android:layout_below="@id/br_protocolTipMessage2"
  80 + android:layout_marginLeft="152dp"
  81 + android:layout_marginTop="-24dp"
  82 + android:gravity="center_horizontal"
  83 + android:paddingLeft="@dimen/br_dp12"
  84 + android:paddingRight="@dimen/br_dp12"
  85 + android:text="《隐私政策》"
  86 + android:textColor="@color/br_btn_main_color"
  87 + android:textSize="@dimen/br_dp16" />
  88 +
  89 + </RelativeLayout>
  90 +
  91 + <TextView
  92 + android:id="@+id/br_protocolTipMessage3"
  93 + android:layout_width="wrap_content"
  94 + android:layout_height="wrap_content"
  95 + android:gravity="left"
  96 + android:paddingLeft="@dimen/br_dp12"
  97 + android:paddingRight="@dimen/br_dp12"
  98 + android:text="为了提供完整的游戏体验,我们会向您申请必要的权限和信息。您可选择同意或拒绝权限申请,如果拒绝可能会导致部分游戏体验异常。权限和信息包括:"
  99 + android:textColor="@color/br_text_color_common_lv1_white_a100"
  100 + android:textSize="@dimen/br_sp12" />
  101 +
  102 + <TextView
  103 + android:id="@+id/br_protocolTipMessage4"
  104 + android:layout_width="wrap_content"
  105 + android:layout_height="wrap_content"
  106 + android:layout_marginTop="@dimen/br_dp10"
  107 + android:gravity="left"
  108 + android:paddingLeft="@dimen/br_dp12"
  109 + android:paddingRight="@dimen/br_dp12"
  110 + android:text="存储权限:为实现查询历史帐号功能,保存玩家登录信息,及图片的保存与分享。"
  111 + android:textColor="@color/br_edt_input_color"
  112 + android:textSize="@dimen/br_sp12" />
  113 +
  114 + <TextView
  115 + android:id="@+id/br_protocolTipMessage5"
  116 + android:layout_width="wrap_content"
  117 + android:layout_height="wrap_content"
  118 + android:gravity="left"
  119 + android:paddingLeft="@dimen/br_dp12"
  120 + android:paddingRight="@dimen/br_dp12"
  121 + android:text="电话权限:为实现查询历史帐号功能,及读取设备唯一标识用于保护账号安全。"
  122 + android:textColor="@color/br_edt_input_color"
  123 + android:textSize="@dimen/br_sp12" />
  124 +
  125 + <TextView
  126 + android:id="@+id/br_protocolTipMessage6"
  127 + android:layout_width="wrap_content"
  128 + android:layout_height="wrap_content"
  129 + android:gravity="left"
  130 + android:layout_marginBottom="@dimen/br_sp12"
  131 + android:paddingLeft="@dimen/br_dp12"
  132 + android:paddingRight="@dimen/br_dp12"
  133 + android:text="设备信息:速取Android-ID、硬件序列号、IMEI、手机号、OAID、Mac地址信息目的为保护账号安全"
  134 + android:textColor="@color/br_edt_input_color"
  135 + android:textSize="@dimen/br_sp12" />
  136 +
  137 + </LinearLayout>
  138 + </ScrollView>
  139 +
  140 + <View style="@style/br_line_tip_dialog_horizontal" />
  141 +
  142 + <LinearLayout
  143 + android:layout_width="fill_parent"
  144 + android:layout_height="@dimen/br_dp46"
  145 + android:gravity="center_vertical"
  146 + android:layout_gravity="bottom"
  147 + android:orientation="horizontal">
  148 +
  149 + <Button
  150 + android:id="@+id/br_protocolCancel"
  151 + android:layout_width="0.0dip"
  152 + android:layout_height="wrap_content"
  153 + android:layout_weight="1.0"
  154 + android:background="@null"
  155 + android:text="不同意"
  156 + android:textColor="@color/br_edt_input_color"
  157 + android:textSize="@dimen/br_dp17" />
  158 +
  159 + <View style="@style/br_line_tip_dialog_vertical" />
  160 +
  161 + <Button
  162 + android:id="@+id/br_protocolSubmit"
  163 + android:layout_width="0.0dip"
  164 + android:layout_height="wrap_content"
  165 + android:layout_weight="1.0"
  166 + android:background="@null"
  167 + android:text="同意"
  168 + android:textColor="@color/br_main_color"
  169 + android:textSize="@dimen/br_dp17" />
  170 + </LinearLayout>
  171 +</LinearLayout>
@@ -145,18 +145,18 @@ @@ -145,18 +145,18 @@
145 style="@style/br_tv_lv1_10dp" 145 style="@style/br_tv_lv1_10dp"
146 android:layout_width="wrap_content" 146 android:layout_width="wrap_content"
147 android:layout_height="wrap_content" 147 android:layout_height="wrap_content"
148 - android:layout_marginTop="@dimen/br_dp10"  
149 android:layout_marginRight="@dimen/br_dp36" 148 android:layout_marginRight="@dimen/br_dp36"
  149 + android:layout_marginTop="@dimen/br_dp16"
150 android:drawableTop="@drawable/br_ic_fast_register_orange" 150 android:drawableTop="@drawable/br_ic_fast_register_orange"
151 - android:text="一键注册" /> 151 + android:text="游客登录" />
152 152
153 <TextView 153 <TextView
154 android:id="@+id/br_userPhoneRegister" 154 android:id="@+id/br_userPhoneRegister"
155 style="@style/br_tv_lv1_10dp" 155 style="@style/br_tv_lv1_10dp"
156 android:layout_width="wrap_content" 156 android:layout_width="wrap_content"
157 android:layout_height="wrap_content" 157 android:layout_height="wrap_content"
158 - android:layout_marginTop="@dimen/br_dp10"  
159 android:layout_marginRight="@dimen/br_dp36" 158 android:layout_marginRight="@dimen/br_dp36"
  159 + android:layout_marginTop="@dimen/br_dp16"
160 android:drawableTop="@drawable/br_ic_phone_orange" 160 android:drawableTop="@drawable/br_ic_phone_orange"
161 android:text="手机注册" /> 161 android:text="手机注册" />
162 162
@@ -165,11 +165,13 @@ @@ -165,11 +165,13 @@
165 style="@style/br_tv_lv1_10dp" 165 style="@style/br_tv_lv1_10dp"
166 android:layout_width="wrap_content" 166 android:layout_width="wrap_content"
167 android:layout_height="wrap_content" 167 android:layout_height="wrap_content"
168 - android:layout_marginTop="@dimen/br_dp10" 168 + android:layout_marginTop="@dimen/br_dp16"
169 android:drawableTop="@drawable/br_ic_user_name" 169 android:drawableTop="@drawable/br_ic_user_name"
170 android:text="账号注册" /> 170 android:text="账号注册" />
171 </LinearLayout> 171 </LinearLayout>
172 </LinearLayout> 172 </LinearLayout>
  173 +
  174 +
173 <LinearLayout 175 <LinearLayout
174 android:layout_width="match_parent" 176 android:layout_width="match_parent"
175 android:layout_height="wrap_content" 177 android:layout_height="wrap_content"
@@ -177,17 +179,17 @@ @@ -177,17 +179,17 @@
177 android:gravity="center" 179 android:gravity="center"
178 android:layout_marginTop="@dimen/br_dp8" 180 android:layout_marginTop="@dimen/br_dp8"
179 > 181 >
  182 +
180 <CheckBox 183 <CheckBox
181 - android:id="@+id/br_userRegisterAgree" 184 + android:id="@+id/br_userLoginAgree"
182 android:layout_width="wrap_content" 185 android:layout_width="wrap_content"
183 android:layout_height="wrap_content" 186 android:layout_height="wrap_content"
184 android:button="@drawable/br_bulletin_checkbox_selector" 187 android:button="@drawable/br_bulletin_checkbox_selector"
185 android:text=" 我已详细阅读并同意 " 188 android:text=" 我已详细阅读并同意 "
186 android:textColor="@color/br_text_color_common_lv3" 189 android:textColor="@color/br_text_color_common_lv3"
187 - android:textSize="@dimen/br_sp10"  
188 - /> 190 + android:textSize="@dimen/br_sp10" />
189 <TextView 191 <TextView
190 - android:id="@+id/br_userRegisterProtocol" 192 + android:id="@+id/br_userLoginProtocol"
191 android:layout_width="wrap_content" 193 android:layout_width="wrap_content"
192 android:layout_height="wrap_content" 194 android:layout_height="wrap_content"
193 android:text="用户注册服务协议" 195 android:text="用户注册服务协议"
@@ -202,7 +204,7 @@ @@ -202,7 +204,7 @@
202 android:textSize="@dimen/br_sp10" 204 android:textSize="@dimen/br_sp10"
203 /> 205 />
204 <TextView 206 <TextView
205 - android:id="@+id/br_userRegisterPolicy" 207 + android:id="@+id/br_userLoginPolicy"
206 android:layout_width="wrap_content" 208 android:layout_width="wrap_content"
207 android:layout_height="wrap_content" 209 android:layout_height="wrap_content"
208 android:text="隐私政策" 210 android:text="隐私政策"
@@ -211,32 +213,6 @@ @@ -211,32 +213,6 @@
211 /> 213 />
212 </LinearLayout> 214 </LinearLayout>
213 215
214 - <LinearLayout  
215 - android:layout_width="match_parent"  
216 - android:layout_height="wrap_content"  
217 - android:orientation="horizontal"  
218 - android:gravity="center"  
219 - android:layout_marginTop="@dimen/br_dp8"  
220 - >  
221 - <TextView  
222 - android:layout_width="wrap_content"  
223 - android:layout_height="wrap_content"  
224 - android:text="本公司积极履行 "  
225 - android:textColor="@color/br_text_color_common_lv3"  
226 - android:textSize="@dimen/br_sp10"  
227 - android:includeFontPadding="false"  
228 - />  
229 - <TextView  
230 - android:id="@+id/br_userLoginStatement"  
231 - android:layout_width="wrap_content"  
232 - android:layout_height="wrap_content"  
233 - android:text="《网络游戏行业防沉迷自律公约》"  
234 - android:textColor="@color/br_main_color"  
235 - android:textSize="@dimen/br_sp10"  
236 - android:layout_gravity="center_horizontal"  
237 - android:includeFontPadding="false"  
238 - />  
239 - </LinearLayout>  
240 <TextView 216 <TextView
241 android:id="@+id/br_userLoginTipMsg" 217 android:id="@+id/br_userLoginTipMsg"
242 android:layout_width="wrap_content" 218 android:layout_width="wrap_content"