lizhihui

first

Showing 685 changed files with 8967 additions and 0 deletions
bin
gen
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>EasyGame_demo</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.source=1.6
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.platform7725.qile.tfws"
android:versionCode="10001"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
<!-- P7725 PERMISSION START. -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="com.library.permission.ACCESS_DOWNLOAD_MANAGER" />
<uses-permission android:name="com.library.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED" />
<uses-permission android:name="com.library.permission.SEND_DOWNLOAD_COMPLETED_INTENTS" />
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<permission
android:name="com.library.permission.ACCESS_DOWNLOAD_MANAGER"
android:description="@string/permdesc_downloadManager"
android:label="@string/permlab_downloadManager"
android:protectionLevel="normal" />
<permission
android:name="com.library.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED"
android:description="@string/permdesc_downloadManagerAdvanced"
android:label="@string/permlab_downloadManagerAdvanced"
android:protectionLevel="normal" />
<permission
android:name="com.library.permission.SEND_DOWNLOAD_COMPLETED_INTENTS"
android:description="@string/permdesc_downloadCompletedIntent"
android:label="@string/permlab_downloadCompletedIntent"
android:protectionLevel="normal" />
<!-- P7725 PERMISSION END. -->
<application
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.youai.easygame.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<!-- P7725 ACTIVITY,SERVER,RECEIVER START -->
<activity
android:name="com.platform7725.gamesdk.CustomerServiceActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/p7725_full_screen" />
<activity
android:name="com.platform7725.gamesdk.DepositsActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/p7725_full_screen"
android:windowSoftInputMode="adjustResize" />
<activity
android:name="com.platform7725.gamesdk.LoginProActivity"
android:theme="@style/LoginPro" />
<activity
android:name="com.platform7725.gamesdk.LoginActivity"
android:theme="@style/Login" />
<activity
android:name="com.platform7725.gamesdk.UserListActivity"
android:theme="@style/UserList" />
<activity
android:name="com.platform7725.gamesdk.ExitActivity"
android:theme="@style/Login" />
<activity
android:name="com.platform7725.gamesdk.ShareByFacebookActivity"
android:theme="@style/UserList" />
<activity
android:name="com.platform7725.gamesdk.ShareByLINEActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/p7725_full_screen" />
<activity
android:name="com.platform7725.gamesdk.ClauseActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/p7725_full_screen" />
<receiver android:name="com.platform7725.gamesdk.receive.OtopGameReceiver" >
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
<action android:name="android.intent.action.BATTERY_CHANGED" />
</intent-filter>
</receiver>
<receiver
android:name="com.appsflyer.MultipleInstallBroadcastReceiver"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<receiver
android:name="com.platform7725.gamesdk.InstallReceiver"
android:enabled="true"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<receiver
android:name="com.mobileapptracker.Tracker"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<service android:name="com.kuadcpa.OpenUDID_service" >
<intent-filter>
<action android:name="org.openudid.GETUDID" />
</intent-filter>
</service>
<service android:name="com.platform7725.gamesdk.service.OtopGameService" >
<intent-filter>
<action android:name="com.platform7725.gamesdk.service.NOTICES_FILTER" />
</intent-filter>
</service>
<activity
android:name="com.facebook.LoginActivity"
android:label="@string/com_7725_app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/com_7725_facebookSdkApplicationId" />
<meta-data
android:name="com_7725_payment_flag"
android:value="gash" />
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<!-- P7725 ACTIVITY、SERVER、RECEIVER END. -->
<!-- 下載相關的 Begin -->
<activity
android:name="com.library.providers.downloads.ui.DownloadListActivity"
android:launchMode="singleTask"
android:theme="@style/p7725_full_screen" />
<activity
android:name="com.p7725.downloadmanager.DownloadManagerActivity"
android:theme="@style/p7725_full_screen" />
<provider
android:name="com.library.providers.downloads.DownloadProvider"
android:authorities="com.platform7725.gamesdk"
android:exported="false" />
<service android:name="com.library.providers.downloads.DownloadService" />
<receiver
android:name="com.library.providers.downloads.DownloadReceiver"
android:exported="false" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
<!-- 下載相關的 End -->
</application>
</manifest>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>error</title>
<style type="text/css">
section{ width:100%; margin:0 auto; max-width:550px;}
section img { max-width:100%; width:100%; height:auto; margin:15% auto}
section a{ float:right; width:10%}
</style>
</head>
<body>
<section>
<a href="#" title="" onClick="android.closeButton();"><img src="images/close1.png"></a>
<img src="images/error1.png" />
</section>
</body>
</html>
getSdkRuntimeConf_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=getSdkRuntimeConf&pvc=3
heartbeatReporting_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=heartbeatReporting&pvc=3
bindingCheck_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=bindingCheck&pvc=3
setRole_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=setRole&pvc=3
setServer_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=setServer&pvc=3
openid_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=openLogin&pvc=3
login_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=login&pvc=3
register_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=regist&pvc=3
register_quick_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=autoRegist&pvc=3
login_auto_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=autoLogin&pvc=3
change_password_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=changePassword&pvc=3
change_password_auto_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=changeAutoPassword&pvc=3
forget_password_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=forgetPassword&pvc=3
ignore_change_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=updatePasswordStatus&pvc=3
billing_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=billingOrderComfirm&pvc=3
billingCancelOrder_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=billingCancelOrder&pvc=3
deposit_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=payment&pvc=3
ads_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?a=adTracking&pvc=3
clock_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=getAlarmClockAdv&pvc=3&game=
customer_url=http://sdk.easygame.hk/mgame_sdk_api/?m=service&pvc=3
deposit_head_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=instruct&pvc=3
agreement_url=http://sdk.easygame.hk/mgame_sdk_api/?a=clause&pvc=3&game=
api_time_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?a=getTimestamp&pvc=3&game=
webLogin_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=openLoginByWeb&pvc=3
binding_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=bindingAutoRegs&pvc=3
deposits_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=payRecord&pvc=3
game_list_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=games&pvc=3
game_detail_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=gameInfo&pvc=3
ad_list_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=advList&pvc=3
binding_account_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=bindingAccount&pvc=3
networkerror_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=catchNetworkError&pvc=3
\ No newline at end of file
No preview for this file type
No preview for this file type
prebuilt_jar(
name = 'android-support-v4',
binary_jar = 'android-support-v4.jar',
visibility = [
'PUBLIC',
],
)
prebuilt_jar(
name = 'bolts',
binary_jar = 'bolts.jar',
visibility = [
'PUBLIC',
],
)
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-19
<?xml version="1.0" encoding="utf-8"?>
<!--
** Copyright 2010, Google Inc.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:interpolator="@android:anim/decelerate_interpolator"
android:fromYDelta="+12%p"
android:toYDelta="0"
android:duration="300" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<!--
** Copyright 2010, Google Inc.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:interpolator="@android:anim/decelerate_interpolator"
android:fromYDelta="0"
android:toYDelta="+12%p"
android:duration="300" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="0.0" android:toAlpha="1.0"
android:duration="300" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="1.0" android:toAlpha="0.0"
android:duration="300" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:duration="1500"
android:fromXDelta="100%p"
android:toXDelta="-100%p" />
<alpha
android:duration="1500"
android:fromAlpha="0.1"
android:toAlpha="1.0" />
</set>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_recreation_member_friendsbutton1" />
<item android:drawable="@drawable/p7725_recreation_member_friendsbutton" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725two_recreation_chat_bg2" />
<item android:drawable="@drawable/p7725two_recreation_chat_bg1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725two_recreation_member_popbutton7" />
<item android:drawable="@drawable/p7725two_recreation_member_popbutton6" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk__download_buttom_background_reaction" />
<item android:drawable="@drawable/p7725_sdk__download_buttom_background" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_recreation_topreturn1" />
<item android:drawable="@drawable/p7725_recreation_topreturn" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_exit_close_off" />
<item android:drawable="@drawable/p7725_exit_close_on" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/com_facebook_button_blue_pressed"
android:state_focused="true"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_blue_pressed"
android:state_focused="false"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_blue_focused"
android:state_focused="true"
/>
<item
android:drawable="@drawable/com_facebook_button_blue_normal"
android:state_focused="false"
android:state_pressed="false"
/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:drawable="@drawable/com_facebook_button_check_on" />
<item android:drawable="@drawable/com_facebook_button_check_off" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/com_facebook_button_like_pressed"
android:state_focused="true"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_like_pressed"
android:state_focused="false"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_like_background"
android:state_focused="true"
android:state_pressed="false"
/>
<item
android:drawable="@drawable/com_facebook_button_like_background"
android:state_focused="false"
android:state_pressed="false"
/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/com_facebook_button_like_pressed"
android:state_focused="true"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_like_pressed"
android:state_focused="false"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_like_background_selected"
android:state_focused="true"
android:state_pressed="false"
/>
<item
android:drawable="@drawable/com_facebook_button_like_background_selected"
android:state_focused="false"
android:state_pressed="false"
/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true"
android:drawable="@drawable/com_facebook_loginbutton_blue_pressed" />
<item android:state_focused="true"
android:drawable="@drawable/com_facebook_loginbutton_blue_focused" />
<item android:drawable="@drawable/com_facebook_loginbutton_blue_normal" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true"
android:drawable="@drawable/com_facebook_button_grey_pressed" />
<item android:state_focused="true"
android:drawable="@drawable/com_facebook_button_grey_focused" />
<item android:drawable="@drawable/com_facebook_button_grey_normal" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
<item android:state_focused="true" android:drawable="@drawable/com_facebook_picker_list_focused" />
<item android:drawable="@android:color/transparent" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_window_focused="false" android:drawable="@android:color/transparent" />
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
<item android:state_focused="true" android:drawable="@drawable/com_facebook_picker_list_focused" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<transition xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/com_facebook_picker_list_pressed" />
<item android:drawable="@drawable/com_facebook_picker_list_longpressed" />
</transition>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#3f5b96"
android:endColor="#2d4984"
android:angle="270"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#FF5975b0"
android:endColor="#FF47639e"
android:angle="270"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/com_facebook_picker_top_button" />
<item android:state_focused="true"
android:drawable="@drawable/com_facebook_picker_top_button" />
<item android:state_selected="true"
android:drawable="@drawable/com_facebook_picker_top_button" />
<item
android:drawable="@drawable/com_facebook_top_background" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<gradient
android:startColor="#5774B5"
android:endColor="#2C4988"
android:gradientRadius="495"
android:type="radial"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true" android:color="@color/p7725_sdk_white"/>
<item android:color="@color/p7725_sdk_black"/>
</selector>
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_exit_ok_off" />
<item android:drawable="@drawable/p7725_exit_ok_on" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_tools_bar_icon_account_on" />
<item android:drawable="@drawable/p7725_sdk_tools_bar_icon_account" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_fybotton_77252" />
<item android:drawable="@drawable/p7725_sdk_fybotton_77251" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_fybotton_7725_en2" />
<item android:drawable="@drawable/p7725_sdk_fybotton_7725_en1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_msbotton_77252" />
<item android:drawable="@drawable/p7725_sdk_msbotton_77251" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_msbotton_7725_en2" />
<item android:drawable="@drawable/p7725_sdk_msbotton_7725_en1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_quick_loginbotton_77252" />
<item android:drawable="@drawable/p7725_sdk_quick_loginbotton_77251" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_quick_loginbotton_77253" />
<item android:drawable="@drawable/p7725_sdk_quick_loginbotton_77254" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_close_buttom_reaction" />
<item android:drawable="@drawable/p7725_sdk_close_buttom" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_fybotton_facebook2" />
<item android:drawable="@drawable/p7725_sdk_fybotton_facebook1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_msbotton_facebook2" />
<item android:drawable="@drawable/p7725_sdk_msbotton_facebook1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_buttom_background_reaction" />
<item android:drawable="@drawable/p7725_sdk_buttom_background" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_botton_pulldown1" />
<item android:drawable="@drawable/p7725_sdk_botton_pulldown" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_botton_login2" />
<item android:drawable="@drawable/p7725_sdk_botton_login1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_invitation_buttom_reaction" />
<item android:drawable="@drawable/p7725_sdk_invitation_buttom" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_back_buttom_reaction" />
<item android:drawable="@drawable/p7725_sdk_back_buttom" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_icon_fans_on" />
<item android:drawable="@drawable/p7725_sdk_icon_fans_off" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_icon_game_center_on" />
<item android:drawable="@drawable/p7725_sdk_icon_game_center_off" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_icon_raiders_on" />
<item android:drawable="@drawable/p7725_sdk_icon_raiders_off" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_icon_account_on" />
<item android:drawable="@drawable/p7725_sdk_icon_account_off" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/p7725_sdk_checkbox_pressed" android:state_checked="true"/>
<item android:drawable="@drawable/p7725_sdk_checkbox_normal" android:state_checked="false"/>
<item android:drawable="@drawable/p7725_sdk_checkbox_normal"/>
</selector>
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_tools_bar_icon_fans_on" />
<item android:drawable="@drawable/p7725_sdk_tools_bar_icon_fans" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+android:id/background"
android:drawable="@drawable/p7725_sdk_star_off"/>
<item
android:id="@+android:id/secondaryProgress"
android:drawable="@drawable/p7725_icon_default"/>
<item
android:id="@+android:id/progress"
android:drawable="@drawable/p7725_sdk_star_on"/>
</layer-list>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_tools_bar_icon_gamecenter_on" />
<item android:drawable="@drawable/p7725_sdk_tools_bar_icon_gamecenter" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_tools_bar_icon_customer_service_account_on" />
<item android:drawable="@drawable/p7725_sdk_tools_bar_icon_customer_service" />
</selector>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#a2a3dc"
tools:context=".GameLoginActivity" >
<!-- 登录 -->
<RelativeLayout
android:id="@+id/l0"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:gravity="center"
android:visibility="gone" >
<Button
android:id="@+id/btn_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="登录" />
</RelativeLayout>
<!-- 选服 -->
<RelativeLayout
android:id="@+id/l1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:visibility="gone" >
<TextView
android:id="@+id/tv_serverid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="150dp"
android:text="设置服务器ID:"
android:textColor="#000"
android:textSize="18sp" />
<EditText
android:id="@+id/et_serverid"
android:layout_width="150dp"
android:layout_height="50dp"
android:layout_below="@id/tv_serverid"
android:layout_centerHorizontal="true"
android:gravity="center"
android:inputType="text"
android:singleLine="true"
android:text="s1"
android:textColor="#000" />
<Button
android:id="@+id/btn_setserverid"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:text="提交,下一步"
android:textColor="#000" />
</RelativeLayout>
<!-- 选角 -->
<RelativeLayout
android:id="@+id/l2"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:visibility="visible" >
<LinearLayout
android:id="@+id/l2_roleid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="150dp"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="5dp" >
<TextView
android:id="@+id/tv_roleid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="设置角色ID:"
android:textColor="#000"
android:textSize="18sp" />
<EditText
android:id="@+id/et_roleid"
android:layout_width="150dp"
android:layout_height="50dp"
android:gravity="center"
android:inputType="text"
android:singleLine="true"
android:text="1001"
android:textColor="#000" />
</LinearLayout>
<LinearLayout
android:id="@+id/l2_role"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/l2_roleid"
android:layout_centerHorizontal="true"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="5dp" >
<TextView
android:id="@+id/tv_role"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="设置角色名称:"
android:textColor="#000"
android:textSize="18sp" />
<EditText
android:id="@+id/et_role"
android:layout_width="150dp"
android:layout_height="50dp"
android:gravity="center"
android:inputType="text"
android:singleLine="true"
android:text="role1001"
android:textColor="#000" />
</LinearLayout>
<Button
android:id="@+id/btn_setrole"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:text="提交,下一步"
android:textColor="#000" />
</RelativeLayout>
<!-- 正常游戏 -->
<RelativeLayout
android:id="@+id/l3"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:visibility="gone" >
<Button
android:id="@+id/btn_pay"
android:layout_width="100dp"
android:layout_height="40dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="150dp"
android:text="储值" />
<Button
android:id="@+id/btn_customer"
android:layout_width="100dp"
android:layout_height="40dp"
android:layout_below="@id/btn_pay"
android:layout_centerHorizontal="true"
android:text="客服" />
<Button
android:id="@+id/btn_exit"
android:layout_width="100dp"
android:layout_height="40dp"
android:layout_below="@id/btn_customer"
android:layout_centerHorizontal="true"
android:text="退出" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true" >
<Button
android:id="@+id/btn_assecc"
android:layout_width="0dp"
android:layout_height="40dp"
android:layout_weight="1.0"
android:text="获取FB AsseccToken" />
<Button
android:id="@+id/btn_share"
android:layout_width="0dp"
android:layout_height="40dp"
android:layout_weight="1.0"
android:text="分享FB Share" />
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
tools:context=".MainActivity"
android:orientation="vertical" >
<EditText
android:id="@+id/test_zhanghao"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#000000"
android:hint="账号"
android:visibility="gone"
>
</EditText>
<EditText
android:id="@+id/test_mima"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#000000"
android:hint="密码"
android:visibility="gone"
>
</EditText>
<Button
android:id="@+id/test_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:text="登录" />
<Button
android:id="@+id/test_pay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/test_login"
android:text="GOOGLE充值" />
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF">
<include layout="@layout/com_facebook_picker_title_bar_stub"/>
<ListView
android:id="@+id/com_facebook_picker_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@drawable/com_facebook_list_divider"
android:fastScrollEnabled="true"
android:scrollbars="vertical"
android:listSelector="@drawable/com_facebook_picker_list_selector"
android:cacheColorHint="#FFFFFF"
/>
<ProgressBar android:indeterminate="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/com_facebook_picker_activity_circle"
style="@android:style/Widget.ProgressBar"
android:layout_centerInParent="true"
android:visibility="invisible"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar android:indeterminate="true"
android:layout_width="wrap_content"
android:layout_height="50dip"
android:id="@+id/com_facebook_login_activity_progress_bar"
android:layout_centerInParent="true"
android:visibility="gone"
android:indeterminateOnly="true"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="50dip"
android:layout_width="match_parent"
>
<ProgressBar android:indeterminate="true"
android:layout_width="wrap_content"
android:layout_height="50dip"
android:id="@+id/com_facebook_picker_row_activity_circle"
style="@android:style/Widget.ProgressBar.Small"
android:layout_centerInParent="true"
android:visibility="visible"
android:indeterminateOnly="true"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_picker_checkbox"
android:layout_width="23dip"
android:layout_height="23dip"
android:focusable="false"
android:clickable="false"
android:button="@drawable/com_facebook_button_check" />
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_picker_image"
android:layout_width="50dip"
android:layout_height="50dip"
android:layout_gravity="center_vertical"
android:src="@drawable/com_facebook_profile_default_icon" />
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
>
<ViewStub
android:id="@+id/com_facebook_picker_profile_pic_stub"
android:inflatedId="@+id/com_facebook_picker_image"
android:layout="@layout/com_facebook_picker_image"
android:layout_width="50dip"
android:layout_height="50dip" />
<TextView
android:id="@+id/com_facebook_picker_title"
android:layout_width="100dip"
android:layout_height="50dip"
android:layout_weight="1.0"
android:paddingLeft="5dip"
android:textStyle="bold"
android:textColor="#000000"
android:singleLine="true"
android:ellipsize="end"
android:textSize="18sp"
android:gravity="left|center_vertical"/>
<ViewStub
android:id="@+id/com_facebook_picker_checkbox_stub"
android:inflatedId="@+id/com_facebook_picker_checkbox"
android:layout="@layout/com_facebook_picker_checkbox"
android:layout_width="23dip"
android:layout_height="23dip"
android:layout_marginRight="10dip"/>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_picker_list_section_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textStyle="bold"
android:background="@drawable/com_facebook_list_section_header_background"
android:orientation="horizontal"
android:gravity="left|center_vertical"
android:textColor="#68768a"
android:textSize="17sp"
android:paddingLeft="8dip"
android:paddingBottom="0px"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1"
android:shadowColor="#BFFFFFFF" />
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<include layout="@layout/com_facebook_search_bar_layout" />
<View
android:layout_width="match_parent"
android:layout_height="@dimen/com_facebook_picker_divider_width"
android:background="@drawable/com_facebook_picker_default_separator_color"
/>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_picker_top_bar"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/com_facebook_top_background"
android:gravity="right">
<Button
android:id="@+id/com_facebook_picker_done_button"
android:layout_width="wrap_content"
android:minWidth="55dp"
android:layout_height="48dp"
android:background="@drawable/com_facebook_top_button"
android:paddingLeft="5dip"
android:paddingRight="5dip"
android:textColor="#ffffff"
android:textSize="14sp"
android:shadowColor="#66000000"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1"
android:layout_alignParentRight="true"
/>
<LinearLayout
android:id="@+id/com_facebook_picker_divider"
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="#40000000"
android:layout_alignLeft="@id/com_facebook_picker_done_button"/>
<TextView
android:id="@+id/com_facebook_picker_title"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="22sp"
android:textColor="#FFFFFF"
android:gravity="left|center_vertical"
android:ellipsize="end"
android:singleLine="true"
android:scaleType="center"
android:shadowColor="#66000000"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:layout_toLeftOf="@id/com_facebook_picker_divider"/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<ViewStub android:id="@+id/com_facebook_picker_title_bar_stub"
android:inflatedId="@+id/com_facebook_picker_title_bar"
android:layout="@layout/com_facebook_picker_title_bar"
android:layout_height="48dip"
android:layout_width="match_parent"/>
</merge>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true">
<include layout="@layout/com_facebook_picker_title_bar_stub"/>
<ListView
android:id="@+id/com_facebook_picker_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:divider="@null"
android:fastScrollEnabled="true"
android:scrollbars="vertical"
android:listSelector="@drawable/com_facebook_picker_list_selector"
android:cacheColorHint="#FFFFFF"
/>
<ProgressBar android:indeterminate="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/com_facebook_picker_activity_circle"
style="@android:style/Widget.ProgressBar"
android:layout_centerInParent="true"
android:visibility="invisible"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:focusable="false">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:focusable="false"
>
<FrameLayout
android:layout_width="80dp"
android:layout_height="wrap_content"
>
<ViewStub
android:id="@+id/com_facebook_picker_profile_pic_stub"
android:inflatedId="@+id/com_facebook_picker_image"
android:layout="@layout/com_facebook_picker_image"
android:layout_gravity="left|center_vertical"
android:layout_width="@dimen/com_facebook_picker_place_image_size"
android:layout_height="@dimen/com_facebook_picker_place_image_size" />
</FrameLayout>
<LinearLayout
android:orientation="vertical"
android:focusable="false"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_marginRight="16dp"
android:layout_gravity="center_vertical"
android:layout_weight="1">
<TextView
android:id="@+id/com_facebook_picker_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:ellipsize="end"
android:singleLine="true"
android:typeface="sans"
android:textColor="#000000"
android:lines="1"
android:textSize="16sp"
android:gravity="left|center_vertical"/>
<TextView
android:id="@+id/picker_subtitle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:ellipsize="end"
android:singleLine="true"
android:textColor="#666666"
android:lines="1"
android:typeface="sans"
android:textSize="12sp"
android:gravity="left|center_vertical"/>
</LinearLayout>
<!--ViewStub
android:id="@+id/checkbox_stub"
android:inflatedId="@+id/picker_checkbox"
android:layout="@layout/checkbox_layout"
android:layout_width="23dip"
android:layout_height="23dip"
android:layout_marginRight="10dip"/-->
</LinearLayout>
<View
android:layout_width="0dp"
android:layout_height="@dimen/com_facebook_picker_divider_width"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:background="@drawable/com_facebook_picker_default_separator_color"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_search_bar_view"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="0dp"
android:paddingBottom="0dp"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:background="@color/com_facebook_picker_search_bar_background"
>
<EditText
android:id="@+id/com_facebook_picker_search_text"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginLeft="5dp"
android:singleLine="true"
android:layout_gravity="center"
android:gravity="center_vertical"
android:textSize="16sp"
android:textColor="@android:color/black"
android:textColorHint="@color/com_facebook_picker_search_bar_text"
android:background="@color/com_facebook_picker_search_bar_background"
android:drawableLeft="@drawable/com_facebook_picker_magnifier"
android:drawablePadding="5dp"
android:imeOptions="actionDone"
/>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp">
<RelativeLayout
android:id="@+id/com_facebook_body_frame"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/com_facebook_tooltip_bubble_view_top_pointer"
android:layout_centerHorizontal="true"
android:background="@drawable/com_facebook_tooltip_blue_background">
<ImageView
android:id="@+id/com_facebook_button_xout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:padding="10dp"
android:src="@drawable/com_facebook_tooltip_blue_xout"
/>
<TextView
android:id="@+id/com_facebook_tooltip_bubble_view_text_body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toLeftOf="@id/com_facebook_button_xout"
android:layout_alignParentLeft="true"
android:padding="10dp"
style="@style/tooltip_bubble_text"
/>
</RelativeLayout>
<ImageView
android:id="@+id/com_facebook_tooltip_bubble_view_top_pointer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="-10dp"
android:src="@drawable/com_facebook_tooltip_blue_topnub"
/>
<ImageView
android:id="@+id/com_facebook_tooltip_bubble_view_bottom_pointer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|bottom"
android:layout_centerHorizontal="true"
android:layout_below="@id/com_facebook_body_frame"
android:layout_marginTop="-13dp"
android:src="@drawable/com_facebook_tooltip_blue_bottomnub"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:loginView="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/com_facebook_usersettingsfragment_background_gradient" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/com_facebook_usersettingsfragment_logo_image"
android:layout_width="193dp"
android:layout_height="44dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/com_facebook_logo"
android:layout_marginTop="35dp"
android:contentDescription="@string/com_facebook_logo_content_description"/>
<TextView
android:id="@+id/com_facebook_usersettingsfragment_profile_name"
android:layout_width="match_parent"
android:layout_height="100dp"
android:lines="1"
android:textSize="16sp"
android:textStyle="bold"
android:layout_marginTop="35dp"
android:gravity="center"/>
<com.facebook.widget.LoginButton
android:id="@+id/com_facebook_usersettingsfragment_login_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="35dp"
android:layout_marginBottom="35dp"
loginView:login_text="@string/com_facebook_usersettingsfragment_log_in_button"
style="@style/com_facebook_loginview_silver_style" />
</LinearLayout>
</ScrollView>
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<!-- The main area showing the list of downloads -->
<com.p7725.downloadmanager.view.TitleView
android:id="@+id/ll_game_list_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1.0"
android:background="@color/p7725_sdk_all_background" >
<ExpandableListView
android:id="@+id/date_ordered_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<ListView
android:id="@+id/size_ordered_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<TextView
android:id="@+id/empty"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:text="@string/no_downloads"
android:textStyle="bold" />
</FrameLayout>
<!-- The selection menu that pops up from the bottom of the screen -->
<LinearLayout
android:id="@+id/selection_menu"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@android:drawable/bottom_bar"
android:gravity="center"
android:orientation="horizontal"
android:paddingBottom="1dip"
android:paddingLeft="4dip"
android:paddingRight="4dip"
android:paddingTop="5dip"
android:visibility="gone" >
<Button
android:id="@+id/selection_delete"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1" />
<Button
android:id="@+id/deselect_all"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:text="@string/deselect_all" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<com.library.providers.downloads.ui.DownloadItem xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#fff"
android:descendantFocusability="blocksDescendants"
android:gravity="center_vertical"
android:paddingRight="?android:attr/scrollbarSize" >
<!-- Clicks are handled directly by DownloadItem -->
<CheckBox
android:id="@+id/download_checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginLeft="5dip"
android:clickable="false"
android:scaleType="fitCenter"
android:visibility="visible" />
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/download_checkbox"
android:descendantFocusability="blocksDescendants"
android:gravity="center_vertical"
android:orientation="horizontal" >
<!-- Clicks are handled directly by DownloadItem -->
<ImageView
android:id="@+id/download_icon"
android:layout_width="@android:dimen/app_icon_size"
android:layout_height="@android:dimen/app_icon_size"
android:layout_margin="6dp"
android:contentDescription="@string/button_cancel_download"
android:scaleType="fitCenter"
android:visibility="visible" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:gravity="center_vertical"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<TextView
android:id="@+id/download_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:maxLines="1"
android:singleLine="true"
android:textColor="#777"
android:textSize="18sp"
android:textStyle="bold" />
<TextView
android:id="@+id/size_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:textColor="#999"
android:textSize="14sp"
android:visibility="gone" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:orientation="horizontal" >
<ProgressBar
android:id="@+id/download_progress"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="10dp"
android:visibility="gone" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<TextView
android:id="@+id/tv_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/status_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:text="@string/common_loading_now"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="10dp" />
<TextView
android:id="@+id/last_modified_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="9dp"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="3dp"
android:visibility="visible" >
<Button
android:id="@+id/btn_download_pause"
android:layout_width="55dp"
android:layout_height="30dp"
android:background="@drawable/btn_download"
android:text="@string/common_pause"
android:textColor="#fff" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="3dp"
android:visibility="visible" >
<Button
android:id="@+id/btn_download_cancel"
android:layout_width="55dp"
android:layout_height="30dp"
android:background="@drawable/btn_download"
android:text="@string/common_cancel"
android:textColor="#fff" />
</LinearLayout>
</LinearLayout>
</com.library.providers.downloads.ui.DownloadItem>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceMedium"
android:paddingLeft="43dip"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"/>
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2008, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<LinearLayout
android:layout_width="40dp"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="8dp" >
<ImageView
android:id="@+id/appIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:contentDescription="@string/permlab_downloadCompletedIntent"
android:src="@android:drawable/sym_def_app_icon" />
<TextView
android:id="@+id/progress_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:singleLine="true" />
</LinearLayout>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
android:id="@+id/ll_01"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingTop="10dp" >
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="2dp"
android:singleLine="true"
android:textSize="12sp" />
<TextView
android:id="@+id/description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="5dp"
android:singleLine="true"
android:textSize="12sp" />
</LinearLayout>
<!-- Only one of progress_bar and paused_text will be visible. -->
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/ll_01"
android:orientation="vertical" >
<ProgressBar
android:id="@+id/progress_bar"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:paddingRight="2dp" />
<TextView
android:id="@+id/paused_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:paddingLeft="5dp"
android:singleLine="true"
android:textSize="12sp" />
</LinearLayout>
</RelativeLayout>
</LinearLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/p7725_sdk_bar"
android:baselineAligned="false" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:gravity="center"
android:orientation="horizontal" >
<Button
android:id="@+id/btn_title_back"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:background="@drawable/btn_title_back" />
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="#fff"
android:visibility="gone"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_margin="2dp"
android:gravity="center"
android:orientation="horizontal" >
<TextView
android:id="@+id/tv_title_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="@color/p7725_sdk_white"
android:textSize="20sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="8dp"
android:orientation="horizontal"
android:gravity="center" >
<Button
android:id="@+id/btn_title_people"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:background="@drawable/btn_border_white_to_orange"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="4dp"
android:paddingBottom="4dp"
android:textColor="@drawable/font_black_white"
android:textSize="14sp"
android:layout_marginRight="5dp"
android:visibility="gone" />
<Button
android:id="@+id/btn_title_share"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_recreation_life_share"
android:textColor="@drawable/font_black_white"
android:gravity="center"
android:visibility="gone" />
</LinearLayout>
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<RelativeLayout
android:id="@+id/fullscreen_advs_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<android.support.v4.view.ViewPager
android:id="@+id/adv_pager"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</android.support.v4.view.ViewPager>
<LinearLayout
android:id="@+id/viewGroup"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/adv_pager"
android:layout_marginTop="-60dp"
android:gravity="center_horizontal"
android:orientation="horizontal" >
</LinearLayout>
<RelativeLayout
android:id="@+id/layout_chck_backgroud"
android:layout_width="180dp"
android:layout_height="30dp"
android:layout_below="@id/adv_pager"
android:layout_centerHorizontal="true"
android:layout_marginTop="-30dp"
android:background="#D0000000" >
<CheckBox
android:id="@+id/chck_not_show_today"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="false"
android:text="@string/p7725_sdk_not_show_today"
android:textColor="#FFFFFF" />
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center" >
<RelativeLayout
android:id="@+id/rl_root"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#0000"
android:gravity="center" >
<RelativeLayout
android:id="@+id/rl_exit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_exit_bg1"
android:orientation="vertical" >
<Button
android:id="@+id/btn_cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/com_7725_close" />
<ImageView
android:id="@+id/iv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/com_7725_tips"
android:visibility="gone" />
<ImageView
android:id="@+id/iv_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="fitXY" />
</RelativeLayout>
<Button
android:id="@+id/btn_exit"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/rl_exit"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_exit_ok_selector" />
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center" >
<include
android:id="@+id/ll_login"
layout="@layout/p7725_sdk_layout_login" />
<include
android:id="@+id/ll_register"
layout="@layout/p7725_sdk_layout_register"
android:visibility="gone" />
<include
android:id="@+id/ll_findpass"
layout="@layout/p7725_sdk_layout_findpass"
android:visibility="gone" />
<include
android:id="@+id/ll_changepass"
layout="@layout/p7725_sdk_layout_changepass"
android:visibility="gone" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<Button
android:id="@+id/btn_to_fblogin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:background="@drawable/p7725_sdk_btn_facebook_login" />
<Button
android:id="@+id/btn_to_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:background="@drawable/p7725_sdk_btn_7725_login" />
<Button
android:id="@+id/btn_to_quick_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_sdk_btn_7725_quick_login"
/>
<RelativeLayout
android:id="@+id/layout_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerInParent="true"
android:layout_gravity="center" >
<CheckBox
android:id="@+id/chck_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/p7725_sdk_checkbox"
android:layout_alignParentBottom="true"
android:checked="true"
android:text="@string/p7725_sdk_chck_clause"
android:textColor="@color/p7725_sdk_clause"/>
<Button
android:id="@+id/btn_agree_privacy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/chck_clause"
android:layout_alignBottom="@+id/chck_clause"
android:layout_toRightOf="@+id/chck_clause"
android:background="@color/p7725_sdk_transparent"
android:text="@string/p7725_sdk_txt_agree_privacy"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause"
/>
<TextView
android:id="@+id/txt_agree_and"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/btn_agree_privacy"
android:layout_alignBottom="@+id/btn_agree_privacy"
android:layout_toRightOf="@+id/btn_agree_privacy"
android:text="@string/p7725_sdk_txt_agree_and"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause" />
<Button
android:id="@+id/btn_agree_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/txt_agree_and"
android:layout_alignBottom="@+id/txt_agree_and"
android:layout_toRightOf="@+id/txt_agree_and"
android:background="@color/p7725_sdk_transparent"
android:text="@string/p7725_sdk_txt_agree_clause"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause"
/>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rl_userlist_root"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:background="#0000" >
<ListView
android:id="@+id/lv_userlist"
android:layout_width="230dp"
android:layout_height="250dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_marginLeft="20dp"
android:background="#fff"
android:cacheColorHint="#0000" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rl_userlist_root"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginLeft="50dp"
android:layout_marginRight="50dp"
android:background="#0000"
android:gravity="center" >
<ListView
android:id="@+id/lv_userlist"
android:layout_width="190dp"
android:layout_height="250dp"
android:background="#fff"
android:cacheColorHint="#0000" />
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000000"
android:orientation="vertical" >
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rl_diaog_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<TextView
android:id="@+id/tv_mydialog_message"
style="@style/Title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:gravity="left|center_vertical" />
<Button
android:id="@+id/btn_mydialog_ok"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/dialog_root"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<!-- 标题 -->
<!--
<ImageView
android:id="@+id/iv_dialog_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_botton_loginlogo"
android:contentDescription="@string/com_7725_app_name" />
-->
<ScrollView
android:id="@+id/sv_dialog_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_dialog_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:textColor="#fff"
android:textSize="38.74px"
android:textStyle="bold" />
</ScrollView>
<Button
android:id="@+id/btn_dialog_to_binding"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_to_binding" />
<Button
android:id="@+id/btn_dialog_cancle"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_text_cancel" />
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:background="@android:color/black"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="0" />
<FrameLayout
android:id="@+id/realtabcontent"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1" />
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/p7725_recreation_footerbg"
android:orientation="horizontal"
android:padding="1dp" />
</LinearLayout>
</TabHost>
\ No newline at end of file
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tabsLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:orientation="vertical" >
<ImageView
android:id="@+id/tab_icon"
android:contentDescription="@string/com_7725_ok"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/game_center_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<com.platform7725.gamesdk.view.ScrollViewExtend
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/p7725_sdk_background" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="120dp"
android:orientation="horizontal"
android:padding="@dimen/p7725_distance" >
<android.support.v4.view.ViewPager
android:id="@+id/game_center_ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</LinearLayout>
<com.platform7725.gamesdk.view.ImproveListView
android:id="@+id/game_center_list"
style="@style/style_listview"
android:layout_marginLeft="@dimen/p7725_distance"
android:layout_marginRight="@dimen/p7725_distance"
android:dividerHeight="@dimen/p7725_distance"
android:paddingBottom="@dimen/p7725_distance"
android:visibility="gone" />
<com.platform7725.gamesdk.view.ImproveGridView
android:id="@+id/game_center_grid"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:horizontalSpacing="@dimen/p7725_distance"
android:numColumns="2"
android:paddingBottom="@dimen/p7725_distance"
android:paddingLeft="@dimen/p7725_distance"
android:paddingRight="@dimen/p7725_distance"
android:verticalSpacing="@dimen/p7725_distance"
android:visibility="gone" />
<include layout="@layout/p7725_sdk_item_search_more" />
</LinearLayout>
</com.platform7725.gamesdk.view.ScrollViewExtend>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@android:color/black"
>
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/user_center_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/p7725_distance"
android:background="@color/p7725_sdk_background" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/p7725_distance"
android:layout_marginTop="@dimen/p7725_distance"
android:orientation="horizontal" >
<TextView
android:id="@+id/user_center_username"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:textSize="@dimen/p7725_font_name_size"
android:textColor="@color/p7725_sdk_black_light" />
<Button
android:id="@+id/user_center_invite_by_fb"
android:layout_width="100dp"
android:layout_height="30dp"
android:background="@drawable/p7725_sdk_btn_orange_red"
android:text="@string/p7725_invite_by_fb"
android:textSize="@dimen/p7725_font_name_size"
android:textColor="@android:color/white" />
</LinearLayout>
<Button
android:id="@+id/user_center_change_password"
style="@style/p7725_sdk_user_center_button"
android:drawableLeft="@drawable/p7725_sdk_change_password_off"
android:text="@string/p7725_change_password" />
<Button
android:layout_marginTop="-5dp"
android:id="@+id/user_center_binding_username"
style="@style/p7725_sdk_user_center_button"
android:drawableLeft="@drawable/p7725_sdk_binding_off"
android:text="@string/p7725_binding_username" />
<Button
android:layout_marginTop="-5dp"
android:id="@+id/user_center_download_manager"
style="@style/p7725_sdk_user_center_button"
android:drawableLeft="@drawable/p7725_sdk_download_off"
android:text="@string/p7725_download_manager" />
<Button
android:id="@+id/user_center_deposits_record"
style="@style/p7725_sdk_user_center_button"
android:layout_marginTop="@dimen/p7725_distance"
android:drawableLeft="@drawable/p7725_sdk_stored_value_off"
android:text="@string/p7725_deposits_record" />
</LinearLayout>
</ScrollView>
</LinearLayout>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:descendantFocusability="blocksDescendants"
android:orientation="horizontal"
android:padding="@dimen/p7725_distance" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="5dp"
android:orientation="vertical" >
<TextView
android:id="@+id/deposit_record_game"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:singleLine="true"
android:textColor="@color/p7725_sdk_orange_light"
android:textSize="@dimen/p7725_font_name_size" />
<TextView
android:id="@+id/deposit_record_way"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_marginTop="@dimen/p7725_distance_half"
android:textSize="@dimen/p7725_font_detail_size"
android:textColor="@color/p7725_sdk_gray_deep"
/>
</LinearLayout>
<TextView
android:id="@+id/deposit_record_gold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:textColor="@color/p7725_sdk_gray_deep"
android:textSize="@dimen/p7725_font_name_size"
/>
<TextView
android:id="@+id/deposit_record_money"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:gravity="center_horizontal"
android:paddingLeft="5dp"
android:textSize="@dimen/p7725_font_name_size"
android:textColor="@color/p7725_sdk_orange_light"
/>
<TextView
android:id="@+id/deposit_record_time"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/p7725_sdk_gray_deep"
android:textSize="@dimen/p7725_font_detail_size"/>
</LinearLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:descendantFocusability="blocksDescendants"
android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="@dimen/p7725_distance" >
<ImageView
android:id="@+id/game_list_icon"
android:layout_width="@dimen/p7725_icon_middle_size"
android:layout_height="@dimen/p7725_icon_middle_size"
android:layout_marginRight="@dimen/p7725_distance"
android:background="@drawable/p7725_icon_default" />
<!-- <LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/p7725_distance"
android:layout_weight="1"
android:baselineAligned="false"
android:orientation="vertical" > -->
<TextView
android:id="@+id/game_list_name"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_toRightOf="@+id/game_list_icon"
android:textColor="@color/p7725_sdk_black_light"
android:textSize="@dimen/p7725_font_name_size" />
<RatingBar
android:id="@+id/game_list_good"
style="@style/game_detail_ratingBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:isIndicator="true"
android:layout_toRightOf="@+id/game_list_icon"
android:layout_below="@+id/game_list_name"
android:numStars="5"
android:rating="5" />
<TextView
android:id="@+id/game_list_type"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_toRightOf="@+id/game_list_icon"
android:layout_below="@+id/game_list_good"
android:textColor="@color/p7725_sdk_gray_deep"
android:textSize="@dimen/p7725_font_detail_size" />
<TextView
android:id="@+id/game_list_size"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_toRightOf="@+id/game_list_icon"
android:layout_below="@+id/game_list_type"
android:textColor="@color/p7725_sdk_gray_deep"
android:textSize="@dimen/p7725_font_detail_size" />
<!-- </LinearLayout> -->
<Button
android:id="@+id/game_list_download"
android:layout_width="60dp"
android:layout_height="30dp"
android:background="@drawable/p7725_sdk_btn_orange_red"
android:layout_alignParentRight="true"
android:layout_below="@+id/game_list_name"
android:text="@string/notification_download"
android:textColor="@android:color/white"
android:textSize="@dimen/p7725_font_name_size"
android:textStyle="bold" />
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:gravity="center"
android:orientation="vertical"
android:visibility="gone"
android:padding="@dimen/p7725_distance_half" >
<Button
android:id="@+id/more_game"
android:layout_width="130dp"
android:layout_height="wrap_content"
android:layout_marginBottom="3dp"
android:background="@drawable/p7725_recreation_gamemore"
android:gravity="center"
android:text="@string/p7725_sdk_more_game"
android:textColor="#000"
android:textSize="@dimen/p7725_font_name_size" />
</LinearLayout>
\ No newline at end of file
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="40dp"
android:gravity="center_vertical"
android:textColor="#000"
android:textSize="16sp"
android:paddingLeft="3dp"
/>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_changepass"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/p7725_sdk_box_bg"
android:orientation="vertical" >
<TextView
android:id="@+id/tv_changepass_title"
style="@style/Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_changepass2" />
<EditText
android:id="@+id/et_changepass_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_changepass_input_username"
android:inputType="text" />
<EditText
android:id="@+id/et_changepass_input_pass"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_changepass_input_pass"
android:inputType="textPassword" />
<EditText
android:id="@+id/et_changepass_input_passnew"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_changepass_input_passnew"
android:inputType="textPassword" />
<Button
android:id="@+id/btn_changepass_ok"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_ok" />
<Button
android:id="@+id/btn_changepass_back"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_back" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<TextView
android:id="@+id/tv_findpass_title"
style="@style/Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_findpass2" />
<EditText
android:id="@+id/et_findpass_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_findpass_input_username"
android:inputType="text" />
<EditText
android:id="@+id/et_findpass_input_email"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_findpass_input_email"
android:inputType="textEmailAddress" />
<Button
android:id="@+id/btn_findpass_ok"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_ok" />
<Button
android:id="@+id/btn_findpass_back"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_back" />
</RelativeLayout>
\ No newline at end of file
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_tool_bar"
android:gravity="center_vertical"
android:paddingLeft="27dp"
android:paddingTop="5dp"
android:paddingRight="10dp"
android:paddingBottom="6dp"
android:orientation="horizontal" >
<TextView
android:id="@+id/tv_gamelist_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_gamecenter_selector" />
<TextView
android:id="@+id/tv_strategy_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_guide_selector" />
<TextView
android:id="@+id/tv_fans_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_fans_selector" />
<TextView
android:id="@+id/tv_personal_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_account_selector" />
</LinearLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<!-- 标题 -->
<ImageView
android:id="@+id/iv_login_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_botton_loginlogo"
android:contentDescription="@string/com_7725_app_name" />
<!-- 帐号,密码 -->
<TextView
android:id="@+id/tv_login_input_username"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:hint="@string/p7725_sdk_hint_login_input_username"
android:text="@string/p7725_sdk_tv_login_input_username"
android:textColor="#fff"
android:textSize="38.74px"
android:textStyle="bold" />
<EditText
android:id="@+id/et_login_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_login_input_username"
android:inputType="text"
android:paddingRight="30dp" />
<Button
android:id="@+id/btn_login_showList"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_btn_login_showlist" />
<TextView
android:id="@+id/tv_login_input_pass"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:hint="@string/p7725_sdk_hint_login_input_username"
android:text="@string/p7725_sdk_tv_login_input_pass"
android:textColor="#fff"
android:textSize="38.74px"
android:textStyle="bold" />
<EditText
android:id="@+id/et_login_input_pass"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_login_input_pass"
android:inputType="textPassword" />
<!-- 客服 ,找回,修改 -->
<TextView
android:id="@+id/tv_to_customer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:text="@string/p7725_sdk_tv_customer"
android:textColor="#000"
android:textSize="20px" />
<TextView
android:id="@+id/tv_to_findpass"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:text="@string/p7725_sdk_tv_findpass"
android:textColor="#000"
android:textSize="20px" />
<TextView
android:id="@+id/tv_to_changepass"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:text="@string/p7725_sdk_tv_changepass"
android:textColor="#000"
android:textColorLink="#fff"
android:textSize="20px" />
<!-- 登入,注册 -->
<Button
android:id="@+id/btn_login"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_login" />
<Button
android:id="@+id/btn_to_register"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_register" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/p7725_sdk_box_bg"
android:orientation="vertical" >
<TextView
android:id="@+id/tv_register_title"
style="@style/Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_register_title" />
<EditText
android:id="@+id/et_register_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_register_input_username"
android:inputType="text" />
<EditText
android:id="@+id/et_register_input_pass"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_register_input_pass"
android:inputType="textPassword" />
<EditText
android:id="@+id/et_register_input_passok"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_register_input_passok"
android:inputType="textPassword" />
<EditText
android:id="@+id/et_register_input_email"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_register_input_email"
android:inputType="textEmailAddress" />
<Button
android:id="@+id/btn_register"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_register" />
<Button
android:id="@+id/btn_register_back"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_back" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/p7725_title_height"
android:background="@drawable/p7725_sdk_bar"
android:paddingRight="@dimen/p7725_distance"
android:baselineAligned="false" >
<Button
android:id="@+id/title_previous"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_btn_previous"
android:layout_centerVertical="true"
android:visibility="gone"
android:textColor="@android:color/black" />
<TextView
android:id="@+id/title_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:gravity="center"
android:textColor="@android:color/white"
android:textSize="@dimen/p7725_font_title_size" />
<Button
android:id="@+id/title_back"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:background="@drawable/p7725_sdk_btn_back"
android:textColor="@android:color/black" />
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_line_share"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<WebView
android:id="@+id/webview_line"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/binding_title"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/p7725_sdk_background" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/p7725_distance" >
<!-- 账号 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_tv_login_input_username" />
<EditText
android:id="@+id/binding_username"
style="@style/p7725_sdk_change_password_edittext"
android:hint="@string/p7725_sdk_hint_register_input_username" />
<!-- 密码 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_tv_login_input_pass" />
<EditText
android:id="@+id/binding_password"
style="@style/p7725_sdk_change_password_edittext"
android:inputType="textPassword"
android:hint="@string/p7725_sdk_hint_register_input_pass" />
<!-- 确认密码 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_binding_password_again" />
<EditText
android:id="@+id/binding_password_again"
style="@style/p7725_sdk_change_password_edittext"
android:inputType="textPassword"
android:hint="@string/p7725_sdk_hint_register_input_passok" />
<!-- 邮箱 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_binding_email" />
<EditText
android:id="@+id/binding_email"
style="@style/p7725_sdk_change_password_edittext"
android:hint="@string/p7725_sdk_hint_register_input_email" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/p7725_font_name_size"
android:background="@color/p7725_sdk_background"
android:orientation="horizontal" >
<Button
android:id="@+id/binding_ok"
style="@style/p7725_sdk_change_password_button"
android:layout_marginRight="@dimen/p7725_font_name_size"
android:text="@string/p7725_sdk_tv_binding_title" />
<Button
android:id="@+id/binding_back"
style="@style/p7725_sdk_change_password_button"
android:text="@string/p7725_sdk_btn_back" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/change_password_title"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/p7725_sdk_background"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/p7725_distance" >
<!-- 账号 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_tv_login_input_username" />
<TextView
android:id="@+id/change_password_username"
style="@style/p7725_sdk_change_password_edittext"
android:textColor="@color/p7725_sdk_black_light"
android:gravity="center_vertical"
/>
<!-- 旧密码 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_changepass_input_passold" />
<EditText
android:id="@+id/change_password_password_old"
style="@style/p7725_sdk_change_password_edittext"
android:inputType="textPassword"
android:hint="@string/p7725_sdk_hint_changepass_input_pass" />
<!-- 新密码 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_changepass_input_passnew" />
<EditText
android:id="@+id/change_password_password_new"
style="@style/p7725_sdk_change_password_edittext"
android:inputType="textPassword"
android:hint="@string/p7725_sdk_hint_changepass_input_passnew" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/p7725_sdk_background"
android:orientation="horizontal"
android:layout_marginTop="@dimen/p7725_font_name_size"
>
<Button
android:id="@+id/change_password_ok"
style="@style/p7725_sdk_change_password_button"
android:text="@string/p7725_sdk_btn_ok"
android:layout_marginRight="@dimen/p7725_font_name_size"
/>
<Button
android:id="@+id/change_password_back"
style="@style/p7725_sdk_change_password_button"
android:text="@string/p7725_sdk_btn_back"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/deposits_record_title"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:background="@color/p7725_sdk_background"
android:gravity="center"
android:orientation="vertical" >
<ListView
android:id="@+id/deposits_record_list"
style="@style/style_listview" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_deposits_no_record" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/game_detail_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<ScrollView
android:id="@+id/sl_game_info_02"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="@dimen/p7725_distance"
android:background="@color/p7725_sdk_background"
android:gravity="center_vertical" >
<LinearLayout
android:id="@+id/ll_game_info_02"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="vertical"
>
<include layout="@layout/p7725_sdk_item_game_list"/>
<TextView
android:id="@+id/game_list_detail_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/p7725_distance"
android:textColor="@color/p7725_sdk_gray_deep"
android:padding="@dimen/p7725_distance"
android:lineSpacingMultiplier="1.2"
android:background="@android:color/white"
android:textSize="@dimen/p7725_font_detail_size" />
<HorizontalScrollView
android:id="@+id/game_detail_show_picture"
android:layout_marginTop="@dimen/p7725_distance"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<LinearLayout
android:id="@+id/game_detail_pictures"
android:layout_width="wrap_content"
android:layout_height="250dp"
android:orientation="horizontal" >
</LinearLayout>
</HorizontalScrollView>
</LinearLayout>
</ScrollView>
</LinearLayout>
\ No newline at end of file
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/webview_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:orientation="vertical" >
<WebView
android:id="@+id/webview_content"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<LinearLayout
android:id="@+id/loading_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center_vertical"
android:orientation="horizontal" >
<ProgressBar
android:layout_width="15dp"
android:layout_height="15dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/com_7725_loading"
android:textColor="@color/p7725_sdk_black_light"
android:layout_marginLeft="@dimen/p7725_distance_half"
android:textSize="@dimen/p7725_font_name_size" />
</LinearLayout>
</RelativeLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/download_menu_sort_by_size"
android:icon="@android:drawable/ic_menu_sort_by_size"
android:title="@string/download_menu_sort_by_size"/>
<item
android:id="@+id/download_menu_sort_by_date"
android:icon="@drawable/ic_menu_desk_clock"
android:title="@string/download_menu_sort_by_date"/>
</menu>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="overriderUrl">
<item>https://account.live.com/ResetPassword.aspx</item>
<item>https://accounts.google.com/SignUp</item>
<item>https://accounts.google.com/RecoverAccount</item>
<item>http://www.google.com/intl/zh-CN/privacy/</item>
<item>http://www.google.com/support/accounts?hl=zh-CN</item>
<item>http://go.microsoft.com/fwlink/?LinkID=254486</item>
<item>https://signup.live.com/signup.aspx</item>
<item>https://www.google.com/accounts/recovery</item>
<item>market://details?id=com.facebook.katana</item>
<item>mailto:xunlecorp@qq.com</item>
</string-array>
<string-array name="yahooOverriderUrl">
<item>https://edit.yahoo.com/config/eval_forgot_pw</item>
<item>https://legalredirect.yahoo.com/copyright?intl=us</item>
<item>https://legalredirect.yahoo.com/utos?intl=us</item>
<item>http://security.yahoo.com/</item>
<item>https://legalredirect.yahoo.com/privacy?intl=us</item>
<item>http://help.yahoo.com/kb/index?local</item>
<item>https://open.login.yahoo.com/openid/op/html/us/atos.php</item>
<item>http://help.yahoo.com/l/en-us/yahoo/edit/</item>
<item>https://login.yahoo.com/config/login?.src=ymbr</item>
</string-array>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<declare-styleable name="com_facebook_picker_fragment">
<attr name="show_pictures" format="boolean"/>
<attr name="extra_fields" format="string"/>
<attr name="show_title_bar" format="boolean" />
<attr name="title_text" format="string" />
<attr name="done_button_text" format="string" />
<attr name="title_bar_background" format="reference" />
<attr name="done_button_background" format="reference" />
</declare-styleable>
<declare-styleable name="com_facebook_friend_picker_fragment">
<attr name="multi_select" format="boolean"/>
</declare-styleable>
<declare-styleable name="com_facebook_place_picker_fragment">
<attr name="radius_in_meters" format="integer"/>
<attr name="results_limit" format="integer"/>
<attr name="search_text" format="string"/>
<attr name="show_search_box" format="boolean" />
</declare-styleable>
<declare-styleable name="com_facebook_login_view">
<attr name="confirm_logout" format="boolean"/>
<attr name="fetch_user_info" format="boolean"/>
<attr name="login_text" format="string"/>
<attr name="logout_text" format="string"/>
</declare-styleable>
<declare-styleable name="com_facebook_profile_picture_view">
<attr name="preset_size">
<!-- Keep in sync with constants in ProfilePictureView -->
<enum name="small" value="-2" />
<enum name="normal" value="-3" />
<enum name="large" value="-4" />
</attr>
<attr name="is_cropped" format="boolean" />
</declare-styleable>
<declare-styleable name="com_facebook_like_view">
<attr name="foreground_color" format="color" />
<attr name="object_id" format="string" />
<attr name="style">
<!-- Keep in sync with Enums in LikeView -->
<enum name="standard" value="0" />
<enum name="button" value="1" />
<enum name="box_count" value="2" />
</attr>
<attr name="auxiliary_view_position">
<!-- Keep in sync with Enums in LikeView -->
<enum name="bottom" value="0" />
<enum name="inline" value="1" />
<enum name="top" value="2" />
</attr>
<attr name="horizontal_alignment">
<!-- Keep in sync with Enums in LikeView -->
<enum name="center" value="0" />
<enum name="left" value="1" />
<enum name="right" value="2" />
</attr>
</declare-styleable>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="com_facebook_picker_place_image_size">64dp</dimen>
<color name="com_facebook_picker_search_bar_background">#f5f5f7</color>
<color name="com_facebook_picker_search_bar_text">#bcbdc2</color>
</resources>
\ No newline at end of file
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="com_7725_activity_horizontal_margin">16dp</dimen>
<dimen name="com_7725_activity_vertical_margin">16dp</dimen>
<dimen name="com_facebook_picker_divider_width">1px</dimen>
<dimen name="p7725_distance">10dp</dimen>
<dimen name="p7725_distance_half">5dp</dimen>
<dimen name="p7725_font_name_size">16sp</dimen>
<dimen name="p7725_font_detail_size">12sp</dimen>
<dimen name="p7725_font_title_size">20sp</dimen>
<dimen name="p7725_icon_middle_size">80dp</dimen>
<dimen name="p7725_title_height">50dp</dimen>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<drawable name="com_facebook_picker_default_separator_color">#33464c59</drawable>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="com_facebook_dialogloginactivity_ok_button">OK</string>
<string name="com_facebook_like_button_not_liked">Like</string>
<string name="com_facebook_like_button_liked">Liked</string>
<string name="com_facebook_loginview_log_out_button">Log out</string>
<string name="com_facebook_loginview_log_in_button">Log in with Facebook</string>
<string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string>
<string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string>
<string name="com_facebook_loginview_log_out_action">Log out</string>
<string name="com_facebook_loginview_cancel_action">Cancel</string>
<string name="com_facebook_logo_content_description">Facebook Logo</string>
<string name="com_facebook_usersettingsfragment_log_in_button">Log in&#8230;</string>
<string name="com_facebook_usersettingsfragment_logged_in">Logged in</string>
<string name="com_facebook_usersettingsfragment_not_logged_in">Not logged in</string>
<string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d were here</string>
<string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
<string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d were here</string>
<string name="com_facebook_picker_done_button_text">Done</string>
<string name="com_facebook_choose_friends">Choose Friends</string>
<string name="com_facebook_nearby">Nearby</string>
<string name="com_facebook_loading">Loading...</string>
<string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string>
<string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string>
<string name="com_facebook_requesterror_web_login">Your Facebook account is locked. Please log into www.facebook.com to continue.</string>
<string name="com_facebook_requesterror_relogin">Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_permissions">This app doesn’t have permission to do this. To change permissions, try logging into the app again.</string>
<string name="com_facebook_tooltip_default">New! You\'re in control - choose what info you want to share with apps.</string>
<string name="com_facebook_image_download_unknown_error">Unexpected error while downloading an image.</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<color name="com_facebook_blue">#3B5998</color>
<color name="com_facebook_usersettingsfragment_connected_text_color">#FFFFFF</color>
<color name="com_facebook_usersettingsfragment_connected_shadow_color">#000000</color>
<color name="com_facebook_usersettingsfragment_not_connected_text_color">#A6AED7</color>
<dimen name="com_facebook_usersettingsfragment_profile_picture_width">64dp</dimen>
<dimen name="com_facebook_usersettingsfragment_profile_picture_height">64dp</dimen>
<dimen name="com_facebook_loginview_padding_left">12dip</dimen>
<dimen name="com_facebook_loginview_padding_right">16dp</dimen>
<dimen name="com_facebook_loginview_padding_top">12dp</dimen>
<dimen name="com_facebook_loginview_padding_bottom">12dp</dimen>
<dimen name="com_facebook_loginview_compound_drawable_padding">12dp</dimen>
<color name="com_facebook_loginview_text_color">#FFFFFF</color>
<dimen name="com_facebook_loginview_text_size">16.0sp</dimen>
<dimen name="com_facebook_likeview_text_size">11.0sp</dimen>
<color name="com_facebook_likeview_text_color">#6a7180</color>
<dimen name="com_facebook_likeview_edge_padding">2dp</dimen>
<dimen name="com_facebook_likeview_internal_padding">6dp</dimen>
<dimen name="com_facebook_likebutton_padding_left">8dp</dimen>
<dimen name="com_facebook_likebutton_padding_right">8dp</dimen>
<dimen name="com_facebook_likebutton_padding_top">0dp</dimen>
<dimen name="com_facebook_likebutton_padding_bottom">0dp</dimen>
<dimen name="com_facebook_likebutton_compound_drawable_padding">8dp</dimen>
<color name="com_facebook_likebutton_text_color">#FFFFFF</color>
<dimen name="com_facebook_likebutton_text_size">13.0sp</dimen>
<dimen name="com_facebook_likeboxcountview_caret_width">6dp</dimen>
<dimen name="com_facebook_likeboxcountview_caret_height">3dp</dimen>
<dimen name="com_facebook_likeboxcountview_border_radius">3dp</dimen>
<dimen name="com_facebook_likeboxcountview_border_width">1dp</dimen>
<color name="com_facebook_likeboxcountview_border_color">#6a7180</color>
<color name="com_facebook_likeboxcountview_text_color">#6a7180</color>
<dimen name="com_facebook_likeboxcountview_text_size">11.0sp</dimen>
<dimen name="com_facebook_likeboxcountview_text_padding">6dp</dimen>
<dimen name="com_facebook_profilepictureview_preset_size_small">50dp</dimen>
<dimen name="com_facebook_profilepictureview_preset_size_normal">100dp</dimen>
<dimen name="com_facebook_profilepictureview_preset_size_large">180dp</dimen>
<dimen name="com_facebook_tooltip_horizontal_padding">10dp</dimen>
<style name="com_facebook_loginview_default_style" parent="@android:style/Widget.Button">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@drawable/com_facebook_button_blue</item>
<item name="android:textColor">@color/com_facebook_loginview_text_color</item>
<item name="android:textSize">@dimen/com_facebook_loginview_text_size</item>
<item name="android:textStyle">bold</item>
<item name="android:paddingLeft">@dimen/com_facebook_loginview_padding_left</item>
<item name="android:gravity">center</item>
</style>
<style name="com_facebook_loginview_silver_style" parent="@android:style/Widget.Button">
<item name="android:width">205dp</item>
<item name="android:height">44dp</item>
<item name="android:background">@drawable/com_facebook_loginbutton_silver</item>
<item name="android:textSize">18sp</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#4B5164</item>
<item name="android:gravity">center</item>
</style>
<style name="tooltip_bubble_text">
<item name="android:textColor">@android:color/white</item>
<item name="android:gravity">left</item>
<item name="android:textSize">12sp</item>
<item name="android:shadowDy">-1</item>
<item name="android:shadowRadius">0.25</item>
<item name="android:shadowColor">#40000000</item>
</style>
</resources>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="permlab_downloadManager" msgid="7779544811202855500">"访问下载管理器。"</string>
<string name="permdesc_downloadManager" msgid="4240298564918160337">"允许应用程序访问下载管理器以及用它下载文件。恶意应用程序可借此干扰下载,以及访问隐私信息。"</string>
<string name="permlab_downloadManagerAdvanced" msgid="7103642833308809655">"高级下载管理器功能。"</string>
<string name="permdesc_downloadManagerAdvanced" msgid="6985743912436565114">"允许应用程序使用下载管理器的高级功能。恶意应用程序可能会借此中断下载以及访问私密信息。"</string>
<string name="permlab_downloadCompletedIntent" msgid="945913803765675685">"发送下载通知。"</string>
<string name="permdesc_downloadCompletedIntent" msgid="8672701687104399228">"允许应用程序发送关于已完成下载的通知。恶意应用程序可借此干扰下载文件的其他应用程序。"</string>
<string name="permlab_downloadCacheNonPurgeable" msgid="3069534308882047412">"保留下载缓存中的空间"</string>
<string name="permdesc_downloadCacheNonPurgeable" msgid="1089583021652571424">"允许应用程序将文件下载到下载缓存(系统不会因为下载管理器需要更多空间而自动删除下载缓存)。"</string>
<string name="permlab_accessAllDownloads" msgid="2436240495424393717">"访问所有系统下载内容"</string>
<string name="permdesc_accessAllDownloads" msgid="4575801130424505112">"允许该应用程序查看和修改由系统中的任意程序所发起的所有下载。"</string>
<string name="download_unknown_title" msgid="7015124071247271585">"&lt;未命名&gt;"</string>
<string name="notification_filename_separator" msgid="7147189522857807618">", "</string>
<string name="notification_filename_extras" msgid="5549729917695688191">" 还有 <xliff:g id="NUMBER">%d</xliff:g> 项"</string>
<string name="notification_download_complete" msgid="840713937779273632">"下载完成"</string>
<string name="notification_download" msgid="840713937779273632">"下载"</string>
<string name="notification_download_failed" msgid="5343637375905111462">"下载失败"</string>
<string name="notification_need_wifi_for_size" msgid="5973127997598540499">"此大小的文件需要通过 Wi-Fi 下载"</string>
<string name="wifi_required_title" msgid="1995971416871498179">您必须使用 Wi-Fi 才能完成此 <xliff:g id="SIZE">%s </xliff:g> 文件的下载。"\n\n"点击<xliff:g id="QUEUE_TEXT">%s </xliff:g>可在下次连接到 Wi-Fi 网络时开始此下载。"</string>
<string name="wifi_recommended_title" msgid="7441589306734687400">"稍后再加入下载队列吗?"</string>
<string name="wifi_recommended_body" msgid="7574517147645381271">"立即开始此 <xliff:g id="SIZE">%s </xliff:g> 文件的下载可能会缩短电池的使用时间并/或导致超额使用移动数据连接(这会导致移动运营商依照流量套餐中的超额规定向您收费)。"\n\n"点击下面的<xliff:g id="QUEUE_TEXT">%s</xliff:g>可在下次连接到 Wi-Fi 网络时开始此下载。"</string>
<string name="button_queue_for_wifi" msgid="422576726189179221">"排队"</string>
<string name="button_cancel_download" msgid="2430166148737975604">"取消下载"</string>
<string name="button_start_now" msgid="792123674007840864">"立即开始"</string>
<string name="common_pause">暂停</string>
<string name="common_cancel">取消</string>
<string name="common_loading_now">正在下载</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<style name="Theme.Translucent" parent="android:style/Theme.Translucent">
<item name="android:windowNoTitle">true</item>
</style>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<dimen name="checkmark_area">40dip</dimen>
<dimen name="fullscreen_close_btn_size">30dip</dimen>
</resources>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_title" msgid="2470985874255839247">"下载内容"</string>
<string name="no_downloads" msgid="1029667411186146836">"无下载内容。"</string>
<string name="missing_title" msgid="830115697868833773">"&lt;未知>"</string>
<string name="download_menu_sort_by_size" msgid="2276438658769422878">"按大小排序"</string>
<string name="download_menu_sort_by_date" msgid="4300882048968609945">"按时间排序"</string>
<string name="download_queued" msgid="104973307780629904">"已加入队列"</string>
<string name="download_running" msgid="4656462962155580641">"正在下载"</string>
<string name="download_paused">暂停</string>
<string name="download_success" msgid="7006048006543495236">"已经完成,点击安装"</string>
<string name="download_error" msgid="3107369653921738690">"下载失败"</string>
<string name="dialog_title_not_available" msgid="4479021195995400471">"下载失败"</string>
<string name="dialog_failed_body" msgid="587545111677064427">"您想要稍后重新尝试下载该文件,还是将其从队列中删除?"</string>
<string name="dialog_running_body">您想要暂停下载文件,还是取消下载?</string>
<string name="dialog_paused_body">您想要继续下载该文件,还是将其从队列中删除?</string>
<string name="dialog_title_queued_body" msgid="3062862079904954824">"文件尚不可用"</string>
<string name="dialog_queued_body" msgid="2506935748423351902">"该文件已加入队列,供以后下载。"</string>
<string name="dialog_file_missing_body" msgid="2783781332668129395">"未找到已下载的文件。"</string>
<string name="dialog_insufficient_space_on_external" msgid="7534108515812329821">"无法完成下载,外部存储器的空间不足。"</string>
<string name="dialog_insufficient_space_on_cache" msgid="8387210487235302129">"无法完成下载,内部下载存储器的空间不足。"</string>
<string name="dialog_cannot_resume" msgid="7704082031608361756">"下载中断,无法继续进行。"</string>
<string name="dialog_file_already_exists" msgid="2663737850617642888">"无法下载,目标文件已存在。"</string>
<string name="dialog_media_not_found" msgid="5308602145105720991">"无法下载,未安装外部媒体。"</string>
<string name="download_no_application_title" msgid="3501359021635168387">"无法打开文件"</string>
<string name="remove_download" msgid="6372920256257247857">"清除"</string>
<string name="delete_download" msgid="76629022653866471">"删除"</string>
<string name="pause_download">暂停</string>
<string name="resume_download">继续</string>
<string name="keep_queued_download" msgid="5144882786014818569">"保留"</string>
<string name="cancel_running_download" msgid="5232704030969221112">取消下载</string>
<string name="retry_download" msgid="7617100787922717912">"重试"</string>
<string name="deselect_all" msgid="5638030443515705047">"取消选中项"</string>
<string name="text_no_appplay" >请先安装GOOGPLE PLAY或其他APP商店</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<color name="p7725_sdk_all_background">#E6E6E6</color>
<color name="p7725_sdk_white">#fff</color>
<color name="p7725_sdk_black">#000</color>
<color name="p7725_sdk_gray_deep">#777777</color>
<color name="p7725_sdk_background">#EEEEEE</color>
<color name="p7725_sdk_black_light">#333333</color>
<color name="p7725_sdk_orange_light">#F97523</color>
<color name="p7725_sdk_clause">#F97523</color>
<color name="p7725_sdk_transparent">#00FFFFFF</color>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- ******************LoginPro****************** -->
<string name="p7725_sdk_tv_login_7725">7725登入</string>
<string name="p7725_sdk_tv_login_fb">FB登入</string>
<!-- ******************Login****************** -->
<string name="p7725_sdk_btn_back">返回</string>
<string name="p7725_sdk_btn_ok">确定</string>
<!-- 登入 -->
<string name="p7725_sdk_tv_login">登入</string>
<string name="p7725_sdk_tv_login_input_username">账号</string>
<string name="p7725_sdk_tv_login_input_pass">密码</string>
<string name="p7725_sdk_hint_login_input_username">请输入7725账号</string>
<string name="p7725_sdk_hint_login_input_pass">请输入7725密码</string>
<string name="p7725_sdk_hint_login_fail">登录失败,请稍后再试</string>
<string name="p7725_sdk_chck_clause">同意</string>
<string name="p7725_sdk_txt_agree_clause">游戏规范</string>
<string name="p7725_sdk_txt_agree_and"></string>
<string name="p7725_sdk_txt_agree_privacy">隐私政策</string>
<string name="p7725_sdk_dlg_agree_clause">请阅读并同意《隐私政策》及《游戏规范》</string>
<string name="p7725_sdk_clause_title">游戏规范</string>
<string name="p7725_sdk_privacy_title">隐私政策</string>
<string name="p7725_sdk_browser_title">正在浏览</string>
<string name="p7725_sdk_not_show_today">今天不要再显示&#160;&#160;</string>
<!-- 注册 -->
<string name="p7725_sdk_tv_register_title">注册7725账号</string>
<string name="p7725_sdk_btn_register">注册</string>
<string name="p7725_sdk_hint_register_input_username">请输入账号</string>
<string name="p7725_sdk_hint_register_input_pass">请输入密码</string>
<string name="p7725_sdk_hint_register_input_passok">请确认密码</string>
<string name="p7725_sdk_hint_register_input_email">请输入信箱</string>
<!-- 联系客服 -->
<string name="p7725_sdk_tv_customer">联系客服</string>
<!-- 找回密码 -->
<string name="p7725_sdk_tv_findpass">找回密码</string>
<string name="p7725_sdk_tv_findpass2">找回密码</string>
<string name="p7725_sdk_hint_findpass_input_username">请输入您的7725账号</string>
<string name="p7725_sdk_hint_findpass_input_email">请输入您的注册信箱</string>
<!-- 修改密码 -->
<string name="p7725_sdk_tv_changepass">修改密码</string>
<string name="p7725_sdk_tv_changepass2">修改密码</string>
<string name="p7725_sdk_hint_changepass_input_username">请输入您的7725账号</string>
<string name="p7725_sdk_hint_changepass_input_pass">请输入原始密码</string>
<string name="p7725_sdk_hint_changepass_input_passnew">请输入新的密码</string>
<string name="p7725_sdk_changepass_input_passold">原始密码</string>
<string name="p7725_sdk_changepass_input_passnew">新的密码</string>
<!-- 绑定提示框 -->
<string name="p7725_sdk_to_binding">绑定</string>
<!-- 退出 -->
<string name="p7725_sdk_btn_exit">确认注销</string>
<!-- DIALOG -->
<string name="p7725_sdk_text_ok">我知道了</string>
<string name="p7725_sdk_text_changepass_ok">您已经成功修改了密码!</string>
<string name="p7725_sdk_text_findpass_ok">找回密码的信息已经寄送到您的信箱,请注意查收!</string>
<!-- 储值 -->
<string name="p7725_sdk_text_back">返回</string>
<string name="p7725_sdk_text_store">储值</string>
<string name="p7725_sdk_text_loading">拼命加载中&#8230;</string>
<string name="p7725_sdk_text_loading2">数据处理中,请稍后&#8230;</string>
<string name="p7725_sdk_deposits_no_record">无储值内容。</string>
<!-- 其它 -->
<string name="p7725_sdk_text_no_net">网络不可用,请检查!</string>
<string name="p7725_sdk_text_sure">确定</string>
<string name="p7725_sdk_text_cancel">取消</string>
<string name="p7725_sdk_text_no_serverid">没有设定服务器,客服功能不可用!</string>
<string name="p7725_sdk_text_no_roleid">没有设定角色ID,储值功能不可用!</string>
<string name="p7725_sdk_text_no_role">没有设定角色名,储值功能不可用!</string>
<string name="p7725_sdk_text_pay_failure">支付失败,请检查google play账号和密码是否正确!</string>
<string name="p7725_sdk_text_choose_username">请选择账号</string>
<string name="p7725_sdk_text_no_username">账号不能为空!</string>
<string name="p7725_sdk_text_no_password">密码不能为空!</string>
<string name="p7725_sdk_text_no_email">信箱不能为空!</string>
<string name="p7725_sdk_text_no_password_sure">确认密码不能为空!</string>
<string name="p7725_sdk_text_no_password_new">新密码不能为空!</string>
<string name="p7725_sdk_text_no_password2">两次输入的密码不一致!</string>
<string name="p7725_sdk_text_input_error">输入数据有误!</string>
<string name="p7725_sdk_text_timeout">请求超时,请稍后再试!</string>
<!-- 绑定界面 -->
<string name="p7725_sdk_tv_binding_title">绑定7725账号</string>
<string name="p7725_sdk_tv_binding_to">绑定7725</string>
<string name="p7725_sdk_tv_binding_do_not">不了,下次吧</string>
<string name="p7725_sdk_tv_binding_success">绑定成功</string>
<string name="p7725_sdk_binding_password_again">确认密码</string>
<string name="p7725_sdk_binding_email">注册信箱</string>
<string name="p7725_sdk_binding_hint_must_bind">为保护您的数据安全,请先绑定7725账户</string>
<string name="p7725_sdk_binding_hint_not_bind">您已注册7725账户,无须绑定</string>
<string name="p7725_sdk_binding_hint_already_bind">您已经绑定了7725账户</string>
<!-- ******************Google Billing相關****************** -->
<string name="com_7725_setup_isSuccess_BILLING_UNAVAILABLE">您的设备未激活GOOGLE PLAY付费服务。</string>
<string name="com_7725_setup_isSuccess_ITEM_UNAVAILABLE">没有找到相关产品。</string>
<string name="com_7725_setup_isSuccess_DEVELOPER_ERROR">您的设备未激活GOOGLE PLAY付费服务。</string>
<string name="com_7725_setup_isSuccess_ERROR">您的设备未激活GOOGLE PLAY付费服务。</string>
<string name="com_7725_query_inventory">查询购买过的产品失败:</string>
<string name="com_7725_purchase_failure">购买未完成!</string>
<string name="com_7725_purchase_failure_verify">购买失败,验证不通过!</string>
<string name="com_7725_consume_failure">异常信息:</string>
<string name="com_7725_submit_SUCCESS">购买金币成功,正在处理数据,请等待服务器发送元宝。</string>
<string name="com_7725_submit_FAIL_4001">很抱歉,ACTION错误,请稍后再试!</string>
<string name="com_7725_submit_FAIL_4002">很抱歉,订单有误,请稍后再试!</string>
<string name="com_7725_submit_FAIL_4003">很抱歉,运营商订单错误,请稍后再试!</string>
<string name="com_7725_submit_FAIL_4004">很抱歉,金额格式错误,请稍后再试!</string>
<string name="com_7725_submit_FAIL_4005">很抱歉,游戏参数错误,请稍后再试</string>
<string name="com_7725_submit_FAIL_4006">很抱歉,游戏金币兑换比例错误,请稍后再试</string>
<string name="com_7725_submit_FAIL__1">很抱歉,服务器响应异常,请稍后再试</string>
<string name="com_7725_pvc">3</string>
<string name="com_7725_loading">加载中...</string>
<string name="com_7725_change_pass_error_net_hint">网络异常,请稍后再试</string>
<string name="com_7725_common_result">结果</string>
<string name="com_7725_common_share_success">分享成功</string>
<string name="com_7725_ok">确定</string>
<string name="p7725_sdk_hint_quick_login_has_binding">您已经绑定了7725,请使用7725账号登入</string>
<string name="com_7725_exception_hint">内部发生错误</string>
<string name="p7725_tab_game_center">游戏中心</string>
<string name="p7725_tab_strategy">攻略</string>
<string name="p7725_tab_funs">粉丝团</string>
<string name="p7725_tab_user_center">账户</string>
<string name="p7725_install">安装</string>
<string name="p7725_invite_by_fb">邀请FB好友</string>
<string name="p7725_invite">邀请</string>
<string name="p7725_invite_success">邀请成功</string>
<string name="p7725_invite_no_select_friend">您还未勾选好友,请重新选择</string>
<string name="p7725_change_password">修改密码</string>
<string name="p7725_binding_username">绑定7725账号</string>
<string name="p7725_download_manager">下载管理</string>
<string name="p7725_deposits_record">储值记录</string>
<string name="p7725_customer_service">联系客服</string>
<string name="p7725_log_out">注销</string>
<string name="p7725_sdk_type">类型:%1$s</string>
<string name="p7725_sdk_size">大小:%1$s</string>
<string name="p7725_sdk_more_game">点击查看更多</string>
<!-- 遊戲 -->
<string name="p7725_sdk_recommend_game">热门游戏推荐</string>
<string name="p7725_sdk_recommend_game_detail">游戏介绍\n\n%1$s</string>
<!-- 我的帳戶 -->
<string name="p7725_sdk_user_center">我的账户</string>
<string name="p7725_sdk_user_id">玩家ID:%1$s</string>
<!-- 资源缺失时的默认属性 -->
<string name="p7725_sdk_error_default">未定义!!!</string>
<string name="p7725_sdk_exception_hint">内部发生错误</string>
<string name="permname_downloadManager">com.library.permission.ACCESS_DOWNLOAD_MANAGER</string>
<string name="permname_downloadManagerAdvanced">com.library.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED</string>
<string name="permname_downloadCompletedIntent">com.library.permission.SEND_DOWNLOAD_COMPLETED_INTENTS</string>
</resources>
\ No newline at end of file
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
<!-- 淡入淡出动画 -->
<style name="FadeAnimation">
<item name="android:windowEnterAnimation">@anim/p7725_sdk_fade_in</item>
<item name="android:windowExitAnimation">@anim/p7725_sdk_fade_out</item>
</style>
<style name="FadeAnimation2">
<item name="android:windowExitAnimation">@anim/p7725_sdk_fade_out</item>
</style>
<style name="LoginPro" parent="@style/p7725_full_screen">
<item name="android:windowAnimationStyle">@style/FadeAnimation</item>
</style>
<style name="Login" parent="@style/p7725_full_screen">
<item name="android:windowAnimationStyle">@style/FadeAnimation</item>
</style>
<style name="p7725_full_screen">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
<style name="MyDialog">
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
</style>
<style name="UserList" parent="@android:style/Theme.Dialog">
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style>
<style name="Title">
<item name="android:textColor">#000</item>
<item name="android:textStyle">bold</item>
<item name="android:textSize">30.0px</item>
<item name="android:gravity">center</item>
</style>
<style name="Input">
<item name="android:background">@drawable/p7725_sdk_input_bg</item>
<item name="android:paddingLeft">10dp</item>
<item name="android:paddingRight">10dp</item>
<item name="android:singleLine">true</item>
<item name="android:textColor">#fff</item>
<item name="android:textColorHint">#fff</item>
<item name="android:textSize">22.96px</item>
</style>
<style name="Button">
<item name="android:background">@drawable/p7725_sdk_btn_ok</item>
<item name="android:gravity">center</item>
<item name="android:textColor">#fff</item>
<item name="android:textStyle">bold</item>
<item name="android:textSize">22.76px</item>
</style>
<style name="style_listview">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">fill_parent</item>
<item name="android:cacheColorHint">@android:color/transparent</item>
<item name="android:divider">@android:color/transparent</item>
<item name="android:listSelector">@android:color/transparent</item>
</style>
<style name="game_detail_ratingBar" parent="@android:style/Widget.RatingBar">
<item name="android:progressDrawable">@drawable/p7725_sdk_game_detail_ratingbar</item>
<item name="android:minHeight">15dip</item>
<item name="android:maxHeight">15dip</item>
</style>
<style name="p7725_sdk_change_password_textview">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textColor">@color/p7725_sdk_black_light</item>
<item name="android:textSize">@dimen/p7725_font_name_size</item>
<item name="android:layout_marginBottom">@dimen/p7725_distance_half</item>
</style>
<style name="p7725_sdk_change_password_edittext">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@drawable/p7725_sdk_banding_account_input_box</item>
<item name="android:textSize">@dimen/p7725_font_detail_size</item>
<item name="android:layout_marginBottom">@dimen/p7725_distance</item>
<item name="android:singleLine">true</item>
</style>
<style name="p7725_sdk_change_password_button">
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_weight">1</item>
<item name="android:background">@drawable/p7725_sdk_btn_grey_orange</item>
<item name="android:textSize">@dimen/p7725_font_name_size</item>
<item name="android:textColor">@android:color/white</item>
</style>
<style name="p7725_sdk_user_center_button">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">62dp</item>
<item name="android:gravity">left|center_vertical</item>
<item name="android:background">@drawable/p7725_sdk_select_button_background</item>
<item name="android:drawablePadding">@dimen/p7725_distance_half</item>
<item name="android:textColor">@color/p7725_sdk_black_light</item>
<item name="android:padding">10dp</item>
<item name="android:drawableRight">@drawable/p7725_sdk_select_button_arrow</item>
</style>
<style name="p7725_dialogBuilder" parent="@android:Theme.Dialog">
<!-- 去除标题 -->
<item name="android:windowNoTitle">true</item>
<!-- 去除背景 -->
<item name="android:windowBackground">@android:color/transparent</item>
<!--
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowIsFloating">false</item>
<item name="android:windowIsTranslucent">true</item>
-->
</style>
<style name="p7725_sdk_checkbox" parent="@android:style/Widget.CompoundButton.CheckBox">
<item name="android:button">@drawable/p7725_sdk_chck_clause</item>
</style>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="google_play_services_version">5077000</integer>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- app name. eg.: 風雲天下 OL -->
<!-- <string name="com_7725_app_name">塔防無雙</string> -->
<string name="com_7725_app_name">EasyGameDemo</string>
<!-- 程序入口的类名和包名,请游戏商填写 (推送) -->
<string name="com_7725_game_main_activity"> </string>
<!-- 7725 sdk protocol token & game alias -->
<!--
<string name="com_7725_sdkProtocolToken">3f36dc69b4330ed1ed6f50c412018d50</string>
<string name="com_7725_sdkProtocolGame">tfws</string>
-->
<string name="com_7725_sdkProtocolToken">f8ea4b100a5f2c774160434e038f044a</string>
<string name="com_7725_sdkProtocolGame">demo</string>
<!-- facebook manifest -->
<!--
<string name="com_7725_facebookSdkApplicationId">114726065640556</string>
-->
<string name="com_7725_facebookSdkApplicationId">687193478101420</string>
<!-- 英特 -->
<string name="com_7725_enable_mobile_payment_tracker">false</string>
<string name="com_7725_mobile_payment_tracker_id">15530</string>
<string name="com_7725_mobile_payment_tracker_key">87a5d0f9221d0e066ab4dc60fd1a0247</string>
<!-- Airpush manifest -->
<string name="com_7725_enable_mobile_airpush_advertisement_tracker">false</string>
<!-- BearMedia manifest -->
<string name="com_7725_bearMedia_appid">rcPQXy3sxjJDfmd7xA8EBH</string>
<string name="com_7725_enable_mobile_bearMedia_advertisement_tracker">false</string>
<!-- InMobi manifest -->
<string name="com_7725_enable_mobile_inmobi_advertisement_tracker">true</string>
<string name="com_7725_inmobi_appid">8ce54673ed0346a7b84c299f688bd043</string>
<!-- KuADCPA manifest -->
<string name="com_7725_enable_mobile_kuadcpa_advertisement_tracker">true</string>
<string name="com_7725_kuadcpa_appid">2015020400002</string>
<string name="com_7725_kuadcpa_appkey">a424a879a8994e4fd136c9d05efbb1b6</string>
<!-- Advertiser manifest -->
<string name="com_7725_enable_mobile_advertiser_advertisement_tracker">true</string>
<string name="com_7725_advertiser_appid">fy_ctzj2_hk_tw</string>
<!-- MdotM manifest -->
<string name="com_7725_enable_mobile_MdotM_advertisement_tracker">true</string>
<!-- MillennialMedia manifest -->
<string name="com_7725_enable_mobile_millennialMedia_advertisement_tracker">true</string>
<string name="com_7725_millennialMedia_appid">46050</string>
<!-- google analytics manifest -->
<!-- Replace placeholder ID with your tracking ID -->
<string name="ga_trackingId">UA-42392414-18</string>
<!-- Enable automatic activity tracking -->
<bool name="ga_autoActivityTracking">true</bool>
<!-- Enable automatic exception tracking -->
<bool name="ga_reportUncaughtExceptions">true</bool>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">EasyGame_Demo</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
</resources>
<resources>
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
</resources>
package com.youai.easygame;
import com.platform7725.gamesdk.DepositsActivity;
import com.platform7725.gamesdk.ITopSDKEventsListener;
import com.platform7725.gamesdk.LoginProActivity;
import com.platform7725.gamesdk.entity.User;
import com.platform7725.gamesdk.manager.UserManager;
import com.platform7725.gamesdk.util.Toasts;
import com.platform7725.qile.tfws.R;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.app.Activity;
import android.content.Intent;
public class MainActivity extends Activity implements OnClickListener {
private Activity context;
private Button bt_login, bt_gl_pay;
private int LOGIN_CODE = 1;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
context = this;
//初始化界面
initView();
}
private void initView() {
bt_login = (Button) findViewById(R.id.test_login);
bt_gl_pay = (Button) findViewById(R.id.test_pay);
bt_login.setOnClickListener(this);
bt_gl_pay.setOnClickListener(this);
}
@Override
public void onClick(View mView) {
switch (mView.getId()) {
// 登录按钮
case R.id.test_login:
LoginProActivity.login(LOGIN_CODE, new ITopSDKEventsListener() {
@Override
public void onEventDispatch(int code, Intent data) {
Log.e("onEventDispatch--->", "code:" + code);
User user = (User) data.getSerializableExtra("user");
if (user != null) {
String nickName = user.getNickname();
Log.e("账号登录成功:" , nickName);
//设置角色和服务器
UserManager.setServer(context, "S10086");
UserManager.setRole(context, "951", "我是角色名");
Toasts.makeText(context, "账号登录成功:"+nickName);
}
}
}, context);
break;
// 支付按钮
case R.id.test_pay:
DepositsActivity.pay(context, "", "{\"payment_flag\":\"0\"}");
break;
default:
break;
}
}
}
# EasyGame客户端对接文档 #
## 1.配置开发环境 ##
使用7725SDK需要完成下面5个步骤:
1.把res中所有资源拷贝合并到你项目res目录中。
![](http://i.imgur.com/bViJNcw.png)
2.把assets中的内容拷贝合并你的项目assets目录中。
![](http://i.imgur.com/RHJKhBN.png)
3.把libs中所有jar包拷贝到你的项目libs目录中。
## 2.配置AndroidManifest.xml ##
1.添加permission
```xml
<!-- easygame SDK PERMISSION START. -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="com.library.permission.ACCESS_DOWNLOAD_MANAGER" />
<uses-permission android:name="com.library.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED" />
<uses-permission android:name="com.library.permission.SEND_DOWNLOAD_COMPLETED_INTENTS" />
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<permission
android:name="com.library.permission.ACCESS_DOWNLOAD_MANAGER"
android:description="@string/permdesc_downloadManager"
android:label="@string/permlab_downloadManager"
android:protectionLevel="normal" />
<permission
android:name="com.library.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED"
android:description="@string/permdesc_downloadManagerAdvanced"
android:label="@string/permlab_downloadManagerAdvanced"
android:protectionLevel="normal" />
<permission
android:name="com.library.permission.SEND_DOWNLOAD_COMPLETED_INTENTS"
android:description="@string/permdesc_downloadCompletedIntent"
android:label="@string/permlab_downloadCompletedIntent"
android:protectionLevel="normal" />
<!-- easygame SDK PERMISSION END. -->
```
2.添加application相关属性
```xml
<!-- easygame SDK ACTIVITY,SERVER,RECEIVER START -->
<activity
android:name="com.platform7725.gamesdk.CustomerServiceActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/p7725_full_screen" />
<activity
android:name="com.platform7725.gamesdk.DepositsActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/p7725_full_screen"
android:windowSoftInputMode="adjustResize" />
<activity
android:name="com.platform7725.gamesdk.LoginProActivity"
android:theme="@style/LoginPro" />
<activity
android:name="com.platform7725.gamesdk.LoginActivity"
android:theme="@style/Login" />
<activity
android:name="com.platform7725.gamesdk.UserListActivity"
android:theme="@style/UserList" />
<activity
android:name="com.platform7725.gamesdk.ExitActivity"
android:theme="@style/Login" />
<activity
android:name="com.platform7725.gamesdk.ShareByFacebookActivity"
android:theme="@style/UserList" />
<activity
android:name="com.platform7725.gamesdk.ShareByLINEActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/p7725_full_screen" />
<activity
android:name="com.platform7725.gamesdk.ClauseActivity"
android:configChanges="keyboardHidden|orientation"
android:theme="@style/p7725_full_screen" />
<receiver android:name="com.platform7725.gamesdk.receive.OtopGameReceiver" >
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
<action android:name="android.intent.action.BATTERY_CHANGED" />
</intent-filter>
</receiver>
<receiver
android:name="com.appsflyer.MultipleInstallBroadcastReceiver"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<receiver
android:name="com.platform7725.gamesdk.InstallReceiver"
android:enabled="true"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<receiver
android:name="com.mobileapptracker.Tracker"
android:exported="true" >
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<service android:name="com.kuadcpa.OpenUDID_service" >
<intent-filter>
<action android:name="org.openudid.GETUDID" />
</intent-filter>
</service>
<service android:name="com.platform7725.gamesdk.service.OtopGameService" >
<intent-filter>
<action android:name="com.platform7725.gamesdk.service.NOTICES_FILTER" />
</intent-filter>
</service>
<activity
android:name="com.facebook.LoginActivity"
android:label="@string/com_7725_app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/com_7725_facebookSdkApplicationId" />
<meta-data
android:name="com_7725_payment_flag"
android:value="gash" />
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<!-- easygame SDK ACTIVITY、SERVER、RECEIVER END. -->
<!-- download Begin -->
<activity
android:name="com.library.providers.downloads.ui.DownloadListActivity"
android:launchMode="singleTask"
android:theme="@style/p7725_full_screen" />
<activity
android:name="com.p7725.downloadmanager.DownloadManagerActivity"
android:theme="@style/p7725_full_screen" />
<provider
android:name="com.library.providers.downloads.DownloadProvider"
android:authorities="com.platform7725.gamesdk"
android:exported="false" />
<service android:name="com.library.providers.downloads.DownloadService" />
<receiver
android:name="com.library.providers.downloads.DownloadReceiver"
android:exported="false" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
<!-- download End -->
```
## 3.代码相关接口说明 ##
1.调用登录界面
通过调用静态方法
```java
LoginProActivity.login(requestCode, callback, context)
```
进行登录。登录成功后,帐户信息封装为USER添加到intent,通过接口回传。
- requestCode:返回码,接入方定义,用于LoginActivity界面返回本游戏界面时触发onActivityResult的响应码。
- Callback:ITopSDKEventsListener接口,登录成功后,数据将封装到intent,并通过这个接口回调。请接入方的activity实现该接口,编写登录成功后的代码。
- Context:当前的context
示例
```java
LoginProActivity.login(LOGIN_CODE, new ITopSDKEventsListener() {
@Override
public void onEventDispatch(int code, Intent data) {
Log.e("onEventDispatch--->", "code:" + code);
User user = (User) data.getSerializableExtra("user");
if (user != null) {
String nickName = user.getNickname();
Toasts.makeText(context, "账号登录成功:"+nickName);
}
}
}, context);
```
2.获取登录用户资料
在Activity中实现ITopSDKEventsListener接口,实现onEventDispatch方法获取用户资料(Class User, User结构)
```java
User user = (User) getIntent().getSerializableExtra("user");
```
User类提供的函数
```java
方法名 返回值数据类型 返回值含义
getUserID() String easygame用户惟一标识
getNickName() String easygame用户昵称
getSex() String easygame用户的性别,枚举值:男、女
getLoginTime() Integer easygame用户本次成功登录时间,UNIXTIME时间戳
getSign() String 给游戏服务器验签使用,验签方式
getGame() String 用户来源游戏别名,如:fengyuntx7725
getOpenidChannel() String 用户来源渠道名,枚举值:Facebook, Google
getOpenUID() String OPENID用户标识,有约定的游戏才可以使用
setServer (serverID) Boolean 用户进入伺服器时调用,区分伺服器的游戏若无调用本函数将无法使用储值功能
setRole(roleid, rolename) Boolean 用户登入角色时调用,不管首次或下次登入都需要调用,有角色名的游戏若无调用本函数将无法使用储值功能
```
3.游戏服务端登录验证
游戏客户端发送以下参数到游戏服务端进行验证。如:
```java
userid = User.getUserID()
openuid = User.getOpenUID()
nickname = User.getNickName()
sex = User.getSex()
logintime = User.getLoginTime()
Sign = User.getSign()
```
签名加密方式
```java
Sign = md5( game_server_key + userid + openuid + nickname + sex + logintime );
```
注:集成过程中,发现不少厂商将上述参数作特殊字符过滤处理,导致签名校验失败,在此强调 md5 加密用的参数,绝不能过滤特殊字符。
4.进入充值界面
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>error</title>
<style type="text/css">
section{ width:100%; margin:0 auto; max-width:550px;}
section img { max-width:100%; width:100%; height:auto; margin:15% auto}
section a{ float:right; width:10%}
</style>
</head>
<body>
<section>
<a href="#" title="" onClick="android.closeButton();"><img src="images/close1.png"></a>
<img src="images/error1.png" />
</section>
</body>
</html>
getSdkRuntimeConf_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=getSdkRuntimeConf&pvc=3
heartbeatReporting_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=heartbeatReporting&pvc=3
bindingCheck_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=bindingCheck&pvc=3
setRole_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=setRole&pvc=3
setServer_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=setServer&pvc=3
openid_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=openLogin&pvc=3
login_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=login&pvc=3
register_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=regist&pvc=3
register_quick_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=autoRegist&pvc=3
login_auto_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=autoLogin&pvc=3
change_password_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=changePassword&pvc=3
change_password_auto_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=changeAutoPassword&pvc=3
forget_password_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=forgetPassword&pvc=3
ignore_change_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=updatePasswordStatus&pvc=3
billing_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=billingOrderComfirm&pvc=3
billingCancelOrder_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=billingCancelOrder&pvc=3
deposit_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=payment&pvc=3
ads_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?a=adTracking&pvc=3
clock_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=getAlarmClockAdv&pvc=3&game=
customer_url=http://sdk.easygame.hk/mgame_sdk_api/?m=service&pvc=3
deposit_head_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=instruct&pvc=3
agreement_url=http://sdk.easygame.hk/mgame_sdk_api/?a=clause&pvc=3&game=
api_time_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?a=getTimestamp&pvc=3&game=
webLogin_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=openLoginByWeb&pvc=3
binding_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=bindingAutoRegs&pvc=3
deposits_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=payRecord&pvc=3
game_list_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=games&pvc=3
game_detail_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=gameInfo&pvc=3
ad_list_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=advList&pvc=3
binding_account_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=bindingAccount&pvc=3
networkerror_url=http://sdk.easygame.hk/mgame_sdk_api/index.php?m=index&a=catchNetworkError&pvc=3
\ No newline at end of file
No preview for this file type
No preview for this file type
prebuilt_jar(
name = 'android-support-v4',
binary_jar = 'android-support-v4.jar',
visibility = [
'PUBLIC',
],
)
prebuilt_jar(
name = 'bolts',
binary_jar = 'bolts.jar',
visibility = [
'PUBLIC',
],
)
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
doc=../../../docs/reference
No preview for this file type
No preview for this file type
No preview for this file type
<?xml version="1.0" encoding="utf-8"?>
<!--
** Copyright 2010, Google Inc.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:interpolator="@android:anim/decelerate_interpolator"
android:fromYDelta="+12%p"
android:toYDelta="0"
android:duration="300" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<!--
** Copyright 2010, Google Inc.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:interpolator="@android:anim/decelerate_interpolator"
android:fromYDelta="0"
android:toYDelta="+12%p"
android:duration="300" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="0.0" android:toAlpha="1.0"
android:duration="300" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="1.0" android:toAlpha="0.0"
android:duration="300" />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:duration="1500"
android:fromXDelta="100%p"
android:toXDelta="-100%p" />
<alpha
android:duration="1500"
android:fromAlpha="0.1"
android:toAlpha="1.0" />
</set>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_recreation_member_friendsbutton1" />
<item android:drawable="@drawable/p7725_recreation_member_friendsbutton" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725two_recreation_chat_bg2" />
<item android:drawable="@drawable/p7725two_recreation_chat_bg1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725two_recreation_member_popbutton7" />
<item android:drawable="@drawable/p7725two_recreation_member_popbutton6" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk__download_buttom_background_reaction" />
<item android:drawable="@drawable/p7725_sdk__download_buttom_background" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_recreation_topreturn1" />
<item android:drawable="@drawable/p7725_recreation_topreturn" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_exit_close_off" />
<item android:drawable="@drawable/p7725_exit_close_on" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/com_facebook_button_blue_pressed"
android:state_focused="true"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_blue_pressed"
android:state_focused="false"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_blue_focused"
android:state_focused="true"
/>
<item
android:drawable="@drawable/com_facebook_button_blue_normal"
android:state_focused="false"
android:state_pressed="false"
/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:drawable="@drawable/com_facebook_button_check_on" />
<item android:drawable="@drawable/com_facebook_button_check_off" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/com_facebook_button_like_pressed"
android:state_focused="true"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_like_pressed"
android:state_focused="false"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_like_background"
android:state_focused="true"
android:state_pressed="false"
/>
<item
android:drawable="@drawable/com_facebook_button_like_background"
android:state_focused="false"
android:state_pressed="false"
/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@drawable/com_facebook_button_like_pressed"
android:state_focused="true"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_like_pressed"
android:state_focused="false"
android:state_pressed="true"
/>
<item
android:drawable="@drawable/com_facebook_button_like_background_selected"
android:state_focused="true"
android:state_pressed="false"
/>
<item
android:drawable="@drawable/com_facebook_button_like_background_selected"
android:state_focused="false"
android:state_pressed="false"
/>
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true"
android:drawable="@drawable/com_facebook_loginbutton_blue_pressed" />
<item android:state_focused="true"
android:drawable="@drawable/com_facebook_loginbutton_blue_focused" />
<item android:drawable="@drawable/com_facebook_loginbutton_blue_normal" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true"
android:drawable="@drawable/com_facebook_button_grey_pressed" />
<item android:state_focused="true"
android:drawable="@drawable/com_facebook_button_grey_focused" />
<item android:drawable="@drawable/com_facebook_button_grey_normal" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
<item android:state_focused="true" android:drawable="@drawable/com_facebook_picker_list_focused" />
<item android:drawable="@android:color/transparent" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_window_focused="false" android:drawable="@android:color/transparent" />
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
<item android:state_focused="true" android:drawable="@drawable/com_facebook_picker_list_focused" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<transition xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/com_facebook_picker_list_pressed" />
<item android:drawable="@drawable/com_facebook_picker_list_longpressed" />
</transition>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#3f5b96"
android:endColor="#2d4984"
android:angle="270"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#FF5975b0"
android:endColor="#FF47639e"
android:angle="270"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/com_facebook_picker_top_button" />
<item android:state_focused="true"
android:drawable="@drawable/com_facebook_picker_top_button" />
<item android:state_selected="true"
android:drawable="@drawable/com_facebook_picker_top_button" />
<item
android:drawable="@drawable/com_facebook_top_background" />
</selector>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<gradient
android:startColor="#5774B5"
android:endColor="#2C4988"
android:gradientRadius="495"
android:type="radial"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true" android:color="@color/p7725_sdk_white"/>
<item android:color="@color/p7725_sdk_black"/>
</selector>
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_exit_ok_off" />
<item android:drawable="@drawable/p7725_exit_ok_on" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_tools_bar_icon_account_on" />
<item android:drawable="@drawable/p7725_sdk_tools_bar_icon_account" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_fybotton_77252" />
<item android:drawable="@drawable/p7725_sdk_fybotton_77251" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_fybotton_7725_en2" />
<item android:drawable="@drawable/p7725_sdk_fybotton_7725_en1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_msbotton_77252" />
<item android:drawable="@drawable/p7725_sdk_msbotton_77251" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_msbotton_7725_en2" />
<item android:drawable="@drawable/p7725_sdk_msbotton_7725_en1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_quick_loginbotton_77252" />
<item android:drawable="@drawable/p7725_sdk_quick_loginbotton_77251" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_quick_loginbotton_77253" />
<item android:drawable="@drawable/p7725_sdk_quick_loginbotton_77254" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_close_buttom_reaction" />
<item android:drawable="@drawable/p7725_sdk_close_buttom" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_fybotton_facebook2" />
<item android:drawable="@drawable/p7725_sdk_fybotton_facebook1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_msbotton_facebook2" />
<item android:drawable="@drawable/p7725_sdk_msbotton_facebook1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_buttom_background_reaction" />
<item android:drawable="@drawable/p7725_sdk_buttom_background" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_botton_pulldown1" />
<item android:drawable="@drawable/p7725_sdk_botton_pulldown" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_botton_login2" />
<item android:drawable="@drawable/p7725_sdk_botton_login1" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_invitation_buttom_reaction" />
<item android:drawable="@drawable/p7725_sdk_invitation_buttom" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_back_buttom_reaction" />
<item android:drawable="@drawable/p7725_sdk_back_buttom" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_icon_fans_on" />
<item android:drawable="@drawable/p7725_sdk_icon_fans_off" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_icon_game_center_on" />
<item android:drawable="@drawable/p7725_sdk_icon_game_center_off" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_icon_raiders_on" />
<item android:drawable="@drawable/p7725_sdk_icon_raiders_off" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_icon_account_on" />
<item android:drawable="@drawable/p7725_sdk_icon_account_off" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/p7725_sdk_checkbox_pressed" android:state_checked="true"/>
<item android:drawable="@drawable/p7725_sdk_checkbox_normal" android:state_checked="false"/>
<item android:drawable="@drawable/p7725_sdk_checkbox_normal"/>
</selector>
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_tools_bar_icon_fans_on" />
<item android:drawable="@drawable/p7725_sdk_tools_bar_icon_fans" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+android:id/background"
android:drawable="@drawable/p7725_sdk_star_off"/>
<item
android:id="@+android:id/secondaryProgress"
android:drawable="@drawable/p7725_icon_default"/>
<item
android:id="@+android:id/progress"
android:drawable="@drawable/p7725_sdk_star_on"/>
</layer-list>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_tools_bar_icon_gamecenter_on" />
<item android:drawable="@drawable/p7725_sdk_tools_bar_icon_gamecenter" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/p7725_sdk_tools_bar_icon_customer_service_account_on" />
<item android:drawable="@drawable/p7725_sdk_tools_bar_icon_customer_service" />
</selector>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#a2a3dc"
tools:context=".GameLoginActivity" >
<!-- 登录 -->
<RelativeLayout
android:id="@+id/l0"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:gravity="center"
android:visibility="gone" >
<Button
android:id="@+id/btn_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="登录" />
</RelativeLayout>
<!-- 选服 -->
<RelativeLayout
android:id="@+id/l1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:visibility="gone" >
<TextView
android:id="@+id/tv_serverid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="150dp"
android:text="设置服务器ID:"
android:textColor="#000"
android:textSize="18sp" />
<EditText
android:id="@+id/et_serverid"
android:layout_width="150dp"
android:layout_height="50dp"
android:layout_below="@id/tv_serverid"
android:layout_centerHorizontal="true"
android:gravity="center"
android:inputType="text"
android:singleLine="true"
android:text="s1"
android:textColor="#000" />
<Button
android:id="@+id/btn_setserverid"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:text="提交,下一步"
android:textColor="#000" />
</RelativeLayout>
<!-- 选角 -->
<RelativeLayout
android:id="@+id/l2"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:visibility="visible" >
<LinearLayout
android:id="@+id/l2_roleid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="150dp"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="5dp" >
<TextView
android:id="@+id/tv_roleid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="设置角色ID:"
android:textColor="#000"
android:textSize="18sp" />
<EditText
android:id="@+id/et_roleid"
android:layout_width="150dp"
android:layout_height="50dp"
android:gravity="center"
android:inputType="text"
android:singleLine="true"
android:text="1001"
android:textColor="#000" />
</LinearLayout>
<LinearLayout
android:id="@+id/l2_role"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/l2_roleid"
android:layout_centerHorizontal="true"
android:gravity="center_horizontal"
android:orientation="vertical"
android:padding="5dp" >
<TextView
android:id="@+id/tv_role"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="设置角色名称:"
android:textColor="#000"
android:textSize="18sp" />
<EditText
android:id="@+id/et_role"
android:layout_width="150dp"
android:layout_height="50dp"
android:gravity="center"
android:inputType="text"
android:singleLine="true"
android:text="role1001"
android:textColor="#000" />
</LinearLayout>
<Button
android:id="@+id/btn_setrole"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:text="提交,下一步"
android:textColor="#000" />
</RelativeLayout>
<!-- 正常游戏 -->
<RelativeLayout
android:id="@+id/l3"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:visibility="gone" >
<Button
android:id="@+id/btn_pay"
android:layout_width="100dp"
android:layout_height="40dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="150dp"
android:text="储值" />
<Button
android:id="@+id/btn_customer"
android:layout_width="100dp"
android:layout_height="40dp"
android:layout_below="@id/btn_pay"
android:layout_centerHorizontal="true"
android:text="客服" />
<Button
android:id="@+id/btn_exit"
android:layout_width="100dp"
android:layout_height="40dp"
android:layout_below="@id/btn_customer"
android:layout_centerHorizontal="true"
android:text="退出" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true" >
<Button
android:id="@+id/btn_assecc"
android:layout_width="0dp"
android:layout_height="40dp"
android:layout_weight="1.0"
android:text="获取FB AsseccToken" />
<Button
android:id="@+id/btn_share"
android:layout_width="0dp"
android:layout_height="40dp"
android:layout_weight="1.0"
android:text="分享FB Share" />
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF">
<include layout="@layout/com_facebook_picker_title_bar_stub"/>
<ListView
android:id="@+id/com_facebook_picker_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@drawable/com_facebook_list_divider"
android:fastScrollEnabled="true"
android:scrollbars="vertical"
android:listSelector="@drawable/com_facebook_picker_list_selector"
android:cacheColorHint="#FFFFFF"
/>
<ProgressBar android:indeterminate="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/com_facebook_picker_activity_circle"
style="@android:style/Widget.ProgressBar"
android:layout_centerInParent="true"
android:visibility="invisible"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar android:indeterminate="true"
android:layout_width="wrap_content"
android:layout_height="50dip"
android:id="@+id/com_facebook_login_activity_progress_bar"
android:layout_centerInParent="true"
android:visibility="gone"
android:indeterminateOnly="true"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="50dip"
android:layout_width="match_parent"
>
<ProgressBar android:indeterminate="true"
android:layout_width="wrap_content"
android:layout_height="50dip"
android:id="@+id/com_facebook_picker_row_activity_circle"
style="@android:style/Widget.ProgressBar.Small"
android:layout_centerInParent="true"
android:visibility="visible"
android:indeterminateOnly="true"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_picker_checkbox"
android:layout_width="23dip"
android:layout_height="23dip"
android:focusable="false"
android:clickable="false"
android:button="@drawable/com_facebook_button_check" />
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_picker_image"
android:layout_width="50dip"
android:layout_height="50dip"
android:layout_gravity="center_vertical"
android:src="@drawable/com_facebook_profile_default_icon" />
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
>
<ViewStub
android:id="@+id/com_facebook_picker_profile_pic_stub"
android:inflatedId="@+id/com_facebook_picker_image"
android:layout="@layout/com_facebook_picker_image"
android:layout_width="50dip"
android:layout_height="50dip" />
<TextView
android:id="@+id/com_facebook_picker_title"
android:layout_width="100dip"
android:layout_height="50dip"
android:layout_weight="1.0"
android:paddingLeft="5dip"
android:textStyle="bold"
android:textColor="#000000"
android:singleLine="true"
android:ellipsize="end"
android:textSize="18sp"
android:gravity="left|center_vertical"/>
<ViewStub
android:id="@+id/com_facebook_picker_checkbox_stub"
android:inflatedId="@+id/com_facebook_picker_checkbox"
android:layout="@layout/com_facebook_picker_checkbox"
android:layout_width="23dip"
android:layout_height="23dip"
android:layout_marginRight="10dip"/>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_picker_list_section_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textStyle="bold"
android:background="@drawable/com_facebook_list_section_header_background"
android:orientation="horizontal"
android:gravity="left|center_vertical"
android:textColor="#68768a"
android:textSize="17sp"
android:paddingLeft="8dip"
android:paddingBottom="0px"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1"
android:shadowColor="#BFFFFFFF" />
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<include layout="@layout/com_facebook_search_bar_layout" />
<View
android:layout_width="match_parent"
android:layout_height="@dimen/com_facebook_picker_divider_width"
android:background="@drawable/com_facebook_picker_default_separator_color"
/>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_picker_top_bar"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/com_facebook_top_background"
android:gravity="right">
<Button
android:id="@+id/com_facebook_picker_done_button"
android:layout_width="wrap_content"
android:minWidth="55dp"
android:layout_height="48dp"
android:background="@drawable/com_facebook_top_button"
android:paddingLeft="5dip"
android:paddingRight="5dip"
android:textColor="#ffffff"
android:textSize="14sp"
android:shadowColor="#66000000"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1"
android:layout_alignParentRight="true"
/>
<LinearLayout
android:id="@+id/com_facebook_picker_divider"
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="#40000000"
android:layout_alignLeft="@id/com_facebook_picker_done_button"/>
<TextView
android:id="@+id/com_facebook_picker_title"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="22sp"
android:textColor="#FFFFFF"
android:gravity="left|center_vertical"
android:ellipsize="end"
android:singleLine="true"
android:scaleType="center"
android:shadowColor="#66000000"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:layout_toLeftOf="@id/com_facebook_picker_divider"/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<ViewStub android:id="@+id/com_facebook_picker_title_bar_stub"
android:inflatedId="@+id/com_facebook_picker_title_bar"
android:layout="@layout/com_facebook_picker_title_bar"
android:layout_height="48dip"
android:layout_width="match_parent"/>
</merge>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true">
<include layout="@layout/com_facebook_picker_title_bar_stub"/>
<ListView
android:id="@+id/com_facebook_picker_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:divider="@null"
android:fastScrollEnabled="true"
android:scrollbars="vertical"
android:listSelector="@drawable/com_facebook_picker_list_selector"
android:cacheColorHint="#FFFFFF"
/>
<ProgressBar android:indeterminate="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/com_facebook_picker_activity_circle"
style="@android:style/Widget.ProgressBar"
android:layout_centerInParent="true"
android:visibility="invisible"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:focusable="false">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:focusable="false"
>
<FrameLayout
android:layout_width="80dp"
android:layout_height="wrap_content"
>
<ViewStub
android:id="@+id/com_facebook_picker_profile_pic_stub"
android:inflatedId="@+id/com_facebook_picker_image"
android:layout="@layout/com_facebook_picker_image"
android:layout_gravity="left|center_vertical"
android:layout_width="@dimen/com_facebook_picker_place_image_size"
android:layout_height="@dimen/com_facebook_picker_place_image_size" />
</FrameLayout>
<LinearLayout
android:orientation="vertical"
android:focusable="false"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_marginRight="16dp"
android:layout_gravity="center_vertical"
android:layout_weight="1">
<TextView
android:id="@+id/com_facebook_picker_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:ellipsize="end"
android:singleLine="true"
android:typeface="sans"
android:textColor="#000000"
android:lines="1"
android:textSize="16sp"
android:gravity="left|center_vertical"/>
<TextView
android:id="@+id/picker_subtitle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:ellipsize="end"
android:singleLine="true"
android:textColor="#666666"
android:lines="1"
android:typeface="sans"
android:textSize="12sp"
android:gravity="left|center_vertical"/>
</LinearLayout>
<!--ViewStub
android:id="@+id/checkbox_stub"
android:inflatedId="@+id/picker_checkbox"
android:layout="@layout/checkbox_layout"
android:layout_width="23dip"
android:layout_height="23dip"
android:layout_marginRight="10dip"/-->
</LinearLayout>
<View
android:layout_width="0dp"
android:layout_height="@dimen/com_facebook_picker_divider_width"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:background="@drawable/com_facebook_picker_default_separator_color"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/com_facebook_search_bar_view"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="0dp"
android:paddingBottom="0dp"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:background="@color/com_facebook_picker_search_bar_background"
>
<EditText
android:id="@+id/com_facebook_picker_search_text"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginLeft="5dp"
android:singleLine="true"
android:layout_gravity="center"
android:gravity="center_vertical"
android:textSize="16sp"
android:textColor="@android:color/black"
android:textColorHint="@color/com_facebook_picker_search_bar_text"
android:background="@color/com_facebook_picker_search_bar_background"
android:drawableLeft="@drawable/com_facebook_picker_magnifier"
android:drawablePadding="5dp"
android:imeOptions="actionDone"
/>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp">
<RelativeLayout
android:id="@+id/com_facebook_body_frame"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/com_facebook_tooltip_bubble_view_top_pointer"
android:layout_centerHorizontal="true"
android:background="@drawable/com_facebook_tooltip_blue_background">
<ImageView
android:id="@+id/com_facebook_button_xout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:padding="10dp"
android:src="@drawable/com_facebook_tooltip_blue_xout"
/>
<TextView
android:id="@+id/com_facebook_tooltip_bubble_view_text_body"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toLeftOf="@id/com_facebook_button_xout"
android:layout_alignParentLeft="true"
android:padding="10dp"
style="@style/tooltip_bubble_text"
/>
</RelativeLayout>
<ImageView
android:id="@+id/com_facebook_tooltip_bubble_view_top_pointer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="-10dp"
android:src="@drawable/com_facebook_tooltip_blue_topnub"
/>
<ImageView
android:id="@+id/com_facebook_tooltip_bubble_view_bottom_pointer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|bottom"
android:layout_centerHorizontal="true"
android:layout_below="@id/com_facebook_body_frame"
android:layout_marginTop="-13dp"
android:src="@drawable/com_facebook_tooltip_blue_bottomnub"
/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:loginView="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/com_facebook_usersettingsfragment_background_gradient" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/com_facebook_usersettingsfragment_logo_image"
android:layout_width="193dp"
android:layout_height="44dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/com_facebook_logo"
android:layout_marginTop="35dp"
android:contentDescription="@string/com_facebook_logo_content_description"/>
<TextView
android:id="@+id/com_facebook_usersettingsfragment_profile_name"
android:layout_width="match_parent"
android:layout_height="100dp"
android:lines="1"
android:textSize="16sp"
android:textStyle="bold"
android:layout_marginTop="35dp"
android:gravity="center"/>
<com.facebook.widget.LoginButton
android:id="@+id/com_facebook_usersettingsfragment_login_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="35dp"
android:layout_marginBottom="35dp"
loginView:login_text="@string/com_facebook_usersettingsfragment_log_in_button"
style="@style/com_facebook_loginview_silver_style" />
</LinearLayout>
</ScrollView>
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<!-- The main area showing the list of downloads -->
<com.p7725.downloadmanager.view.TitleView
android:id="@+id/ll_game_list_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1.0"
android:background="@color/p7725_sdk_all_background" >
<ExpandableListView
android:id="@+id/date_ordered_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<ListView
android:id="@+id/size_ordered_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<TextView
android:id="@+id/empty"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:text="@string/no_downloads"
android:textStyle="bold" />
</FrameLayout>
<!-- The selection menu that pops up from the bottom of the screen -->
<LinearLayout
android:id="@+id/selection_menu"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@android:drawable/bottom_bar"
android:gravity="center"
android:orientation="horizontal"
android:paddingBottom="1dip"
android:paddingLeft="4dip"
android:paddingRight="4dip"
android:paddingTop="5dip"
android:visibility="gone" >
<Button
android:id="@+id/selection_delete"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1" />
<Button
android:id="@+id/deselect_all"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:text="@string/deselect_all" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<com.library.providers.downloads.ui.DownloadItem xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#fff"
android:descendantFocusability="blocksDescendants"
android:gravity="center_vertical"
android:paddingRight="?android:attr/scrollbarSize" >
<!-- Clicks are handled directly by DownloadItem -->
<CheckBox
android:id="@+id/download_checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginLeft="5dip"
android:clickable="false"
android:scaleType="fitCenter"
android:visibility="visible" />
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/download_checkbox"
android:descendantFocusability="blocksDescendants"
android:gravity="center_vertical"
android:orientation="horizontal" >
<!-- Clicks are handled directly by DownloadItem -->
<ImageView
android:id="@+id/download_icon"
android:layout_width="@android:dimen/app_icon_size"
android:layout_height="@android:dimen/app_icon_size"
android:layout_margin="6dp"
android:contentDescription="@string/button_cancel_download"
android:scaleType="fitCenter"
android:visibility="visible" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:gravity="center_vertical"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<TextView
android:id="@+id/download_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:maxLines="1"
android:singleLine="true"
android:textColor="#777"
android:textSize="18sp"
android:textStyle="bold" />
<TextView
android:id="@+id/size_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:textColor="#999"
android:textSize="14sp"
android:visibility="gone" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:orientation="horizontal" >
<ProgressBar
android:id="@+id/download_progress"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="10dp"
android:visibility="gone" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<TextView
android:id="@+id/tv_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/status_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:text="@string/common_loading_now"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="10dp" />
<TextView
android:id="@+id/last_modified_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="9dp"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="3dp"
android:visibility="visible" >
<Button
android:id="@+id/btn_download_pause"
android:layout_width="55dp"
android:layout_height="30dp"
android:background="@drawable/btn_download"
android:text="@string/common_pause"
android:textColor="#fff" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="3dp"
android:visibility="visible" >
<Button
android:id="@+id/btn_download_cancel"
android:layout_width="55dp"
android:layout_height="30dp"
android:background="@drawable/btn_download"
android:text="@string/common_cancel"
android:textColor="#fff" />
</LinearLayout>
</LinearLayout>
</com.library.providers.downloads.ui.DownloadItem>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceMedium"
android:paddingLeft="43dip"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"/>
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2008, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<LinearLayout
android:layout_width="40dp"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="8dp" >
<ImageView
android:id="@+id/appIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:contentDescription="@string/permlab_downloadCompletedIntent"
android:src="@android:drawable/sym_def_app_icon" />
<TextView
android:id="@+id/progress_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:singleLine="true" />
</LinearLayout>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
android:id="@+id/ll_01"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingTop="10dp" >
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="2dp"
android:singleLine="true"
android:textSize="12sp" />
<TextView
android:id="@+id/description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="5dp"
android:singleLine="true"
android:textSize="12sp" />
</LinearLayout>
<!-- Only one of progress_bar and paused_text will be visible. -->
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/ll_01"
android:orientation="vertical" >
<ProgressBar
android:id="@+id/progress_bar"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:paddingRight="2dp" />
<TextView
android:id="@+id/paused_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:paddingLeft="5dp"
android:singleLine="true"
android:textSize="12sp" />
</LinearLayout>
</RelativeLayout>
</LinearLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/p7725_sdk_bar"
android:baselineAligned="false" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:gravity="center"
android:orientation="horizontal" >
<Button
android:id="@+id/btn_title_back"
android:layout_width="50dp"
android:layout_height="wrap_content"
android:background="@drawable/btn_title_back" />
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="#fff"
android:visibility="gone"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_margin="2dp"
android:gravity="center"
android:orientation="horizontal" >
<TextView
android:id="@+id/tv_title_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="@color/p7725_sdk_white"
android:textSize="20sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="8dp"
android:orientation="horizontal"
android:gravity="center" >
<Button
android:id="@+id/btn_title_people"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:background="@drawable/btn_border_white_to_orange"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="4dp"
android:paddingBottom="4dp"
android:textColor="@drawable/font_black_white"
android:textSize="14sp"
android:layout_marginRight="5dp"
android:visibility="gone" />
<Button
android:id="@+id/btn_title_share"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_recreation_life_share"
android:textColor="@drawable/font_black_white"
android:gravity="center"
android:visibility="gone" />
</LinearLayout>
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<RelativeLayout
android:id="@+id/fullscreen_advs_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<android.support.v4.view.ViewPager
android:id="@+id/adv_pager"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
</android.support.v4.view.ViewPager>
<LinearLayout
android:id="@+id/viewGroup"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/adv_pager"
android:layout_marginTop="-60dp"
android:gravity="center_horizontal"
android:orientation="horizontal" >
</LinearLayout>
<RelativeLayout
android:id="@+id/layout_chck_backgroud"
android:layout_width="180dp"
android:layout_height="30dp"
android:layout_below="@id/adv_pager"
android:layout_centerHorizontal="true"
android:layout_marginTop="-30dp"
android:background="#D0000000" >
<CheckBox
android:id="@+id/chck_not_show_today"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="false"
android:text="@string/p7725_sdk_not_show_today"
android:textColor="#FFFFFF" />
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center" >
<RelativeLayout
android:id="@+id/rl_root"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#0000"
android:gravity="center" >
<RelativeLayout
android:id="@+id/rl_exit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_exit_bg1"
android:orientation="vertical" >
<Button
android:id="@+id/btn_cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/com_7725_close" />
<ImageView
android:id="@+id/iv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/com_7725_tips"
android:visibility="gone" />
<ImageView
android:id="@+id/iv_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="fitXY" />
</RelativeLayout>
<Button
android:id="@+id/btn_exit"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/rl_exit"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_exit_ok_selector" />
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center" >
<include
android:id="@+id/ll_login"
layout="@layout/p7725_sdk_layout_login" />
<include
android:id="@+id/ll_register"
layout="@layout/p7725_sdk_layout_register"
android:visibility="gone" />
<include
android:id="@+id/ll_findpass"
layout="@layout/p7725_sdk_layout_findpass"
android:visibility="gone" />
<include
android:id="@+id/ll_changepass"
layout="@layout/p7725_sdk_layout_changepass"
android:visibility="gone" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<Button
android:id="@+id/btn_to_fblogin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:background="@drawable/p7725_sdk_btn_facebook_login" />
<Button
android:id="@+id/btn_to_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:background="@drawable/p7725_sdk_btn_7725_login" />
<Button
android:id="@+id/btn_to_quick_login"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:background="@drawable/p7725_sdk_btn_7725_quick_login"
/>
<RelativeLayout
android:id="@+id/layout_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerInParent="true"
android:layout_gravity="center" >
<CheckBox
android:id="@+id/chck_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/p7725_sdk_checkbox"
android:layout_alignParentBottom="true"
android:checked="true"
android:text="@string/p7725_sdk_chck_clause"
android:textColor="@color/p7725_sdk_clause"/>
<Button
android:id="@+id/btn_agree_privacy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/chck_clause"
android:layout_alignBottom="@+id/chck_clause"
android:layout_toRightOf="@+id/chck_clause"
android:background="@color/p7725_sdk_transparent"
android:text="@string/p7725_sdk_txt_agree_privacy"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause"
/>
<TextView
android:id="@+id/txt_agree_and"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/btn_agree_privacy"
android:layout_alignBottom="@+id/btn_agree_privacy"
android:layout_toRightOf="@+id/btn_agree_privacy"
android:text="@string/p7725_sdk_txt_agree_and"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause" />
<Button
android:id="@+id/btn_agree_clause"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/txt_agree_and"
android:layout_alignBottom="@+id/txt_agree_and"
android:layout_toRightOf="@+id/txt_agree_and"
android:background="@color/p7725_sdk_transparent"
android:text="@string/p7725_sdk_txt_agree_clause"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/p7725_sdk_clause"
/>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rl_userlist_root"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:background="#0000" >
<ListView
android:id="@+id/lv_userlist"
android:layout_width="230dp"
android:layout_height="250dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_marginLeft="20dp"
android:background="#fff"
android:cacheColorHint="#0000" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rl_userlist_root"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginLeft="50dp"
android:layout_marginRight="50dp"
android:background="#0000"
android:gravity="center" >
<ListView
android:id="@+id/lv_userlist"
android:layout_width="190dp"
android:layout_height="250dp"
android:background="#fff"
android:cacheColorHint="#0000" />
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000000"
android:orientation="vertical" >
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rl_diaog_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<TextView
android:id="@+id/tv_mydialog_message"
style="@style/Title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:gravity="left|center_vertical" />
<Button
android:id="@+id/btn_mydialog_ok"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/dialog_root"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<!-- 标题 -->
<!--
<ImageView
android:id="@+id/iv_dialog_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_botton_loginlogo"
android:contentDescription="@string/com_7725_app_name" />
-->
<ScrollView
android:id="@+id/sv_dialog_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_dialog_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:textColor="#fff"
android:textSize="38.74px"
android:textStyle="bold" />
</ScrollView>
<Button
android:id="@+id/btn_dialog_to_binding"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_to_binding" />
<Button
android:id="@+id/btn_dialog_cancle"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_text_cancel" />
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:background="@android:color/black"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="0" />
<FrameLayout
android:id="@+id/realtabcontent"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1" />
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/p7725_recreation_footerbg"
android:orientation="horizontal"
android:padding="1dp" />
</LinearLayout>
</TabHost>
\ No newline at end of file
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tabsLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:orientation="vertical" >
<ImageView
android:id="@+id/tab_icon"
android:contentDescription="@string/com_7725_ok"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/game_center_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<com.platform7725.gamesdk.view.ScrollViewExtend
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/p7725_sdk_background" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="120dp"
android:orientation="horizontal"
android:padding="@dimen/p7725_distance" >
<android.support.v4.view.ViewPager
android:id="@+id/game_center_ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
</LinearLayout>
<com.platform7725.gamesdk.view.ImproveListView
android:id="@+id/game_center_list"
style="@style/style_listview"
android:layout_marginLeft="@dimen/p7725_distance"
android:layout_marginRight="@dimen/p7725_distance"
android:dividerHeight="@dimen/p7725_distance"
android:paddingBottom="@dimen/p7725_distance"
android:visibility="gone" />
<com.platform7725.gamesdk.view.ImproveGridView
android:id="@+id/game_center_grid"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:horizontalSpacing="@dimen/p7725_distance"
android:numColumns="2"
android:paddingBottom="@dimen/p7725_distance"
android:paddingLeft="@dimen/p7725_distance"
android:paddingRight="@dimen/p7725_distance"
android:verticalSpacing="@dimen/p7725_distance"
android:visibility="gone" />
<include layout="@layout/p7725_sdk_item_search_more" />
</LinearLayout>
</com.platform7725.gamesdk.view.ScrollViewExtend>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@android:color/black"
>
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/user_center_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/p7725_distance"
android:background="@color/p7725_sdk_background" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/p7725_distance"
android:layout_marginTop="@dimen/p7725_distance"
android:orientation="horizontal" >
<TextView
android:id="@+id/user_center_username"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:textSize="@dimen/p7725_font_name_size"
android:textColor="@color/p7725_sdk_black_light" />
<Button
android:id="@+id/user_center_invite_by_fb"
android:layout_width="100dp"
android:layout_height="30dp"
android:background="@drawable/p7725_sdk_btn_orange_red"
android:text="@string/p7725_invite_by_fb"
android:textSize="@dimen/p7725_font_name_size"
android:textColor="@android:color/white" />
</LinearLayout>
<Button
android:id="@+id/user_center_change_password"
style="@style/p7725_sdk_user_center_button"
android:drawableLeft="@drawable/p7725_sdk_change_password_off"
android:text="@string/p7725_change_password" />
<Button
android:layout_marginTop="-5dp"
android:id="@+id/user_center_binding_username"
style="@style/p7725_sdk_user_center_button"
android:drawableLeft="@drawable/p7725_sdk_binding_off"
android:text="@string/p7725_binding_username" />
<Button
android:layout_marginTop="-5dp"
android:id="@+id/user_center_download_manager"
style="@style/p7725_sdk_user_center_button"
android:drawableLeft="@drawable/p7725_sdk_download_off"
android:text="@string/p7725_download_manager" />
<Button
android:id="@+id/user_center_deposits_record"
style="@style/p7725_sdk_user_center_button"
android:layout_marginTop="@dimen/p7725_distance"
android:drawableLeft="@drawable/p7725_sdk_stored_value_off"
android:text="@string/p7725_deposits_record" />
</LinearLayout>
</ScrollView>
</LinearLayout>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:descendantFocusability="blocksDescendants"
android:orientation="horizontal"
android:padding="@dimen/p7725_distance" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="5dp"
android:orientation="vertical" >
<TextView
android:id="@+id/deposit_record_game"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:singleLine="true"
android:textColor="@color/p7725_sdk_orange_light"
android:textSize="@dimen/p7725_font_name_size" />
<TextView
android:id="@+id/deposit_record_way"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_marginTop="@dimen/p7725_distance_half"
android:textSize="@dimen/p7725_font_detail_size"
android:textColor="@color/p7725_sdk_gray_deep"
/>
</LinearLayout>
<TextView
android:id="@+id/deposit_record_gold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:textColor="@color/p7725_sdk_gray_deep"
android:textSize="@dimen/p7725_font_name_size"
/>
<TextView
android:id="@+id/deposit_record_money"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:singleLine="true"
android:gravity="center_horizontal"
android:paddingLeft="5dp"
android:textSize="@dimen/p7725_font_name_size"
android:textColor="@color/p7725_sdk_orange_light"
/>
<TextView
android:id="@+id/deposit_record_time"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:textColor="@color/p7725_sdk_gray_deep"
android:textSize="@dimen/p7725_font_detail_size"/>
</LinearLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:descendantFocusability="blocksDescendants"
android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="@dimen/p7725_distance" >
<ImageView
android:id="@+id/game_list_icon"
android:layout_width="@dimen/p7725_icon_middle_size"
android:layout_height="@dimen/p7725_icon_middle_size"
android:layout_marginRight="@dimen/p7725_distance"
android:background="@drawable/p7725_icon_default" />
<!-- <LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/p7725_distance"
android:layout_weight="1"
android:baselineAligned="false"
android:orientation="vertical" > -->
<TextView
android:id="@+id/game_list_name"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_toRightOf="@+id/game_list_icon"
android:textColor="@color/p7725_sdk_black_light"
android:textSize="@dimen/p7725_font_name_size" />
<RatingBar
android:id="@+id/game_list_good"
style="@style/game_detail_ratingBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:isIndicator="true"
android:layout_toRightOf="@+id/game_list_icon"
android:layout_below="@+id/game_list_name"
android:numStars="5"
android:rating="5" />
<TextView
android:id="@+id/game_list_type"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_toRightOf="@+id/game_list_icon"
android:layout_below="@+id/game_list_good"
android:textColor="@color/p7725_sdk_gray_deep"
android:textSize="@dimen/p7725_font_detail_size" />
<TextView
android:id="@+id/game_list_size"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:layout_toRightOf="@+id/game_list_icon"
android:layout_below="@+id/game_list_type"
android:textColor="@color/p7725_sdk_gray_deep"
android:textSize="@dimen/p7725_font_detail_size" />
<!-- </LinearLayout> -->
<Button
android:id="@+id/game_list_download"
android:layout_width="60dp"
android:layout_height="30dp"
android:background="@drawable/p7725_sdk_btn_orange_red"
android:layout_alignParentRight="true"
android:layout_below="@+id/game_list_name"
android:text="@string/notification_download"
android:textColor="@android:color/white"
android:textSize="@dimen/p7725_font_name_size"
android:textStyle="bold" />
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:gravity="center"
android:orientation="vertical"
android:visibility="gone"
android:padding="@dimen/p7725_distance_half" >
<Button
android:id="@+id/more_game"
android:layout_width="130dp"
android:layout_height="wrap_content"
android:layout_marginBottom="3dp"
android:background="@drawable/p7725_recreation_gamemore"
android:gravity="center"
android:text="@string/p7725_sdk_more_game"
android:textColor="#000"
android:textSize="@dimen/p7725_font_name_size" />
</LinearLayout>
\ No newline at end of file
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="40dp"
android:gravity="center_vertical"
android:textColor="#000"
android:textSize="16sp"
android:paddingLeft="3dp"
/>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_changepass"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/p7725_sdk_box_bg"
android:orientation="vertical" >
<TextView
android:id="@+id/tv_changepass_title"
style="@style/Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_changepass2" />
<EditText
android:id="@+id/et_changepass_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_changepass_input_username"
android:inputType="text" />
<EditText
android:id="@+id/et_changepass_input_pass"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_changepass_input_pass"
android:inputType="textPassword" />
<EditText
android:id="@+id/et_changepass_input_passnew"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_changepass_input_passnew"
android:inputType="textPassword" />
<Button
android:id="@+id/btn_changepass_ok"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_ok" />
<Button
android:id="@+id/btn_changepass_back"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_back" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<TextView
android:id="@+id/tv_findpass_title"
style="@style/Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_findpass2" />
<EditText
android:id="@+id/et_findpass_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_findpass_input_username"
android:inputType="text" />
<EditText
android:id="@+id/et_findpass_input_email"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_findpass_input_email"
android:inputType="textEmailAddress" />
<Button
android:id="@+id/btn_findpass_ok"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_ok" />
<Button
android:id="@+id/btn_findpass_back"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_back" />
</RelativeLayout>
\ No newline at end of file
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_tool_bar"
android:gravity="center_vertical"
android:paddingLeft="27dp"
android:paddingTop="5dp"
android:paddingRight="10dp"
android:paddingBottom="6dp"
android:orientation="horizontal" >
<TextView
android:id="@+id/tv_gamelist_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_gamecenter_selector" />
<TextView
android:id="@+id/tv_strategy_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_guide_selector" />
<TextView
android:id="@+id/tv_fans_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_fans_selector" />
<TextView
android:id="@+id/tv_personal_left"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:background="@drawable/p7725_sdk_account_selector" />
</LinearLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_box_bg" >
<!-- 标题 -->
<ImageView
android:id="@+id/iv_login_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_botton_loginlogo"
android:contentDescription="@string/com_7725_app_name" />
<!-- 帐号,密码 -->
<TextView
android:id="@+id/tv_login_input_username"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:hint="@string/p7725_sdk_hint_login_input_username"
android:text="@string/p7725_sdk_tv_login_input_username"
android:textColor="#fff"
android:textSize="38.74px"
android:textStyle="bold" />
<EditText
android:id="@+id/et_login_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_login_input_username"
android:inputType="text"
android:paddingRight="30dp" />
<Button
android:id="@+id/btn_login_showList"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_btn_login_showlist" />
<TextView
android:id="@+id/tv_login_input_pass"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:hint="@string/p7725_sdk_hint_login_input_username"
android:text="@string/p7725_sdk_tv_login_input_pass"
android:textColor="#fff"
android:textSize="38.74px"
android:textStyle="bold" />
<EditText
android:id="@+id/et_login_input_pass"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_login_input_pass"
android:inputType="textPassword" />
<!-- 客服 ,找回,修改 -->
<TextView
android:id="@+id/tv_to_customer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:text="@string/p7725_sdk_tv_customer"
android:textColor="#000"
android:textSize="20px" />
<TextView
android:id="@+id/tv_to_findpass"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:text="@string/p7725_sdk_tv_findpass"
android:textColor="#000"
android:textSize="20px" />
<TextView
android:id="@+id/tv_to_changepass"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:text="@string/p7725_sdk_tv_changepass"
android:textColor="#000"
android:textColorLink="#fff"
android:textSize="20px" />
<!-- 登入,注册 -->
<Button
android:id="@+id/btn_login"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_login" />
<Button
android:id="@+id/btn_to_register"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_register" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/p7725_sdk_box_bg"
android:orientation="vertical" >
<TextView
android:id="@+id/tv_register_title"
style="@style/Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_tv_register_title" />
<EditText
android:id="@+id/et_register_input_username"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_register_input_username"
android:inputType="text" />
<EditText
android:id="@+id/et_register_input_pass"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_register_input_pass"
android:inputType="textPassword" />
<EditText
android:id="@+id/et_register_input_passok"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_register_input_passok"
android:inputType="textPassword" />
<EditText
android:id="@+id/et_register_input_email"
style="@style/Input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/p7725_sdk_hint_register_input_email"
android:inputType="textEmailAddress" />
<Button
android:id="@+id/btn_register"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_register" />
<Button
android:id="@+id/btn_register_back"
style="@style/Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_btn_back" />
</RelativeLayout>
\ No newline at end of file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/p7725_title_height"
android:background="@drawable/p7725_sdk_bar"
android:paddingRight="@dimen/p7725_distance"
android:baselineAligned="false" >
<Button
android:id="@+id/title_previous"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/p7725_sdk_btn_previous"
android:layout_centerVertical="true"
android:visibility="gone"
android:textColor="@android:color/black" />
<TextView
android:id="@+id/title_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:gravity="center"
android:textColor="@android:color/white"
android:textSize="@dimen/p7725_font_title_size" />
<Button
android:id="@+id/title_back"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:background="@drawable/p7725_sdk_btn_back"
android:textColor="@android:color/black" />
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_line_share"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<WebView
android:id="@+id/webview_line"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/binding_title"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/p7725_sdk_background" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/p7725_distance" >
<!-- 账号 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_tv_login_input_username" />
<EditText
android:id="@+id/binding_username"
style="@style/p7725_sdk_change_password_edittext"
android:hint="@string/p7725_sdk_hint_register_input_username" />
<!-- 密码 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_tv_login_input_pass" />
<EditText
android:id="@+id/binding_password"
style="@style/p7725_sdk_change_password_edittext"
android:inputType="textPassword"
android:hint="@string/p7725_sdk_hint_register_input_pass" />
<!-- 确认密码 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_binding_password_again" />
<EditText
android:id="@+id/binding_password_again"
style="@style/p7725_sdk_change_password_edittext"
android:inputType="textPassword"
android:hint="@string/p7725_sdk_hint_register_input_passok" />
<!-- 邮箱 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_binding_email" />
<EditText
android:id="@+id/binding_email"
style="@style/p7725_sdk_change_password_edittext"
android:hint="@string/p7725_sdk_hint_register_input_email" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/p7725_font_name_size"
android:background="@color/p7725_sdk_background"
android:orientation="horizontal" >
<Button
android:id="@+id/binding_ok"
style="@style/p7725_sdk_change_password_button"
android:layout_marginRight="@dimen/p7725_font_name_size"
android:text="@string/p7725_sdk_tv_binding_title" />
<Button
android:id="@+id/binding_back"
style="@style/p7725_sdk_change_password_button"
android:text="@string/p7725_sdk_btn_back" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/change_password_title"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/p7725_sdk_background"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/p7725_distance" >
<!-- 账号 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_tv_login_input_username" />
<TextView
android:id="@+id/change_password_username"
style="@style/p7725_sdk_change_password_edittext"
android:textColor="@color/p7725_sdk_black_light"
android:gravity="center_vertical"
/>
<!-- 旧密码 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_changepass_input_passold" />
<EditText
android:id="@+id/change_password_password_old"
style="@style/p7725_sdk_change_password_edittext"
android:inputType="textPassword"
android:hint="@string/p7725_sdk_hint_changepass_input_pass" />
<!-- 新密码 -->
<TextView
style="@style/p7725_sdk_change_password_textview"
android:text="@string/p7725_sdk_changepass_input_passnew" />
<EditText
android:id="@+id/change_password_password_new"
style="@style/p7725_sdk_change_password_edittext"
android:inputType="textPassword"
android:hint="@string/p7725_sdk_hint_changepass_input_passnew" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/p7725_sdk_background"
android:orientation="horizontal"
android:layout_marginTop="@dimen/p7725_font_name_size"
>
<Button
android:id="@+id/change_password_ok"
style="@style/p7725_sdk_change_password_button"
android:text="@string/p7725_sdk_btn_ok"
android:layout_marginRight="@dimen/p7725_font_name_size"
/>
<Button
android:id="@+id/change_password_back"
style="@style/p7725_sdk_change_password_button"
android:text="@string/p7725_sdk_btn_back"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/deposits_record_title"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:background="@color/p7725_sdk_background"
android:gravity="center"
android:orientation="vertical" >
<ListView
android:id="@+id/deposits_record_list"
style="@style/style_listview" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/p7725_sdk_deposits_no_record" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/game_detail_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<ScrollView
android:id="@+id/sl_game_info_02"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="@dimen/p7725_distance"
android:background="@color/p7725_sdk_background"
android:gravity="center_vertical" >
<LinearLayout
android:id="@+id/ll_game_info_02"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="vertical"
>
<include layout="@layout/p7725_sdk_item_game_list"/>
<TextView
android:id="@+id/game_list_detail_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/p7725_distance"
android:textColor="@color/p7725_sdk_gray_deep"
android:padding="@dimen/p7725_distance"
android:lineSpacingMultiplier="1.2"
android:background="@android:color/white"
android:textSize="@dimen/p7725_font_detail_size" />
<HorizontalScrollView
android:id="@+id/game_detail_show_picture"
android:layout_marginTop="@dimen/p7725_distance"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<LinearLayout
android:id="@+id/game_detail_pictures"
android:layout_width="wrap_content"
android:layout_height="250dp"
android:orientation="horizontal" >
</LinearLayout>
</HorizontalScrollView>
</LinearLayout>
</ScrollView>
</LinearLayout>
\ No newline at end of file
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:orientation="vertical" >
<com.platform7725.gamesdk.view.TitleView
android:id="@+id/webview_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:orientation="vertical" >
<WebView
android:id="@+id/webview_content"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<LinearLayout
android:id="@+id/loading_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center_vertical"
android:orientation="horizontal" >
<ProgressBar
android:layout_width="15dp"
android:layout_height="15dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/com_7725_loading"
android:textColor="@color/p7725_sdk_black_light"
android:layout_marginLeft="@dimen/p7725_distance_half"
android:textSize="@dimen/p7725_font_name_size" />
</LinearLayout>
</RelativeLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/download_menu_sort_by_size"
android:icon="@android:drawable/ic_menu_sort_by_size"
android:title="@string/download_menu_sort_by_size"/>
<item
android:id="@+id/download_menu_sort_by_date"
android:icon="@drawable/ic_menu_desk_clock"
android:title="@string/download_menu_sort_by_date"/>
</menu>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="overriderUrl">
<item>https://account.live.com/ResetPassword.aspx</item>
<item>https://accounts.google.com/SignUp</item>
<item>https://accounts.google.com/RecoverAccount</item>
<item>http://www.google.com/intl/zh-CN/privacy/</item>
<item>http://www.google.com/support/accounts?hl=zh-CN</item>
<item>http://go.microsoft.com/fwlink/?LinkID=254486</item>
<item>https://signup.live.com/signup.aspx</item>
<item>https://www.google.com/accounts/recovery</item>
<item>market://details?id=com.facebook.katana</item>
<item>mailto:xunlecorp@qq.com</item>
</string-array>
<string-array name="yahooOverriderUrl">
<item>https://edit.yahoo.com/config/eval_forgot_pw</item>
<item>https://legalredirect.yahoo.com/copyright?intl=us</item>
<item>https://legalredirect.yahoo.com/utos?intl=us</item>
<item>http://security.yahoo.com/</item>
<item>https://legalredirect.yahoo.com/privacy?intl=us</item>
<item>http://help.yahoo.com/kb/index?local</item>
<item>https://open.login.yahoo.com/openid/op/html/us/atos.php</item>
<item>http://help.yahoo.com/l/en-us/yahoo/edit/</item>
<item>https://login.yahoo.com/config/login?.src=ymbr</item>
</string-array>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<declare-styleable name="com_facebook_picker_fragment">
<attr name="show_pictures" format="boolean"/>
<attr name="extra_fields" format="string"/>
<attr name="show_title_bar" format="boolean" />
<attr name="title_text" format="string" />
<attr name="done_button_text" format="string" />
<attr name="title_bar_background" format="reference" />
<attr name="done_button_background" format="reference" />
</declare-styleable>
<declare-styleable name="com_facebook_friend_picker_fragment">
<attr name="multi_select" format="boolean"/>
</declare-styleable>
<declare-styleable name="com_facebook_place_picker_fragment">
<attr name="radius_in_meters" format="integer"/>
<attr name="results_limit" format="integer"/>
<attr name="search_text" format="string"/>
<attr name="show_search_box" format="boolean" />
</declare-styleable>
<declare-styleable name="com_facebook_login_view">
<attr name="confirm_logout" format="boolean"/>
<attr name="fetch_user_info" format="boolean"/>
<attr name="login_text" format="string"/>
<attr name="logout_text" format="string"/>
</declare-styleable>
<declare-styleable name="com_facebook_profile_picture_view">
<attr name="preset_size">
<!-- Keep in sync with constants in ProfilePictureView -->
<enum name="small" value="-2" />
<enum name="normal" value="-3" />
<enum name="large" value="-4" />
</attr>
<attr name="is_cropped" format="boolean" />
</declare-styleable>
<declare-styleable name="com_facebook_like_view">
<attr name="foreground_color" format="color" />
<attr name="object_id" format="string" />
<attr name="style">
<!-- Keep in sync with Enums in LikeView -->
<enum name="standard" value="0" />
<enum name="button" value="1" />
<enum name="box_count" value="2" />
</attr>
<attr name="auxiliary_view_position">
<!-- Keep in sync with Enums in LikeView -->
<enum name="bottom" value="0" />
<enum name="inline" value="1" />
<enum name="top" value="2" />
</attr>
<attr name="horizontal_alignment">
<!-- Keep in sync with Enums in LikeView -->
<enum name="center" value="0" />
<enum name="left" value="1" />
<enum name="right" value="2" />
</attr>
</declare-styleable>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="com_facebook_picker_place_image_size">64dp</dimen>
<color name="com_facebook_picker_search_bar_background">#f5f5f7</color>
<color name="com_facebook_picker_search_bar_text">#bcbdc2</color>
</resources>
\ No newline at end of file
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="com_7725_activity_horizontal_margin">16dp</dimen>
<dimen name="com_7725_activity_vertical_margin">16dp</dimen>
<dimen name="com_facebook_picker_divider_width">1px</dimen>
<dimen name="p7725_distance">10dp</dimen>
<dimen name="p7725_distance_half">5dp</dimen>
<dimen name="p7725_font_name_size">16sp</dimen>
<dimen name="p7725_font_detail_size">12sp</dimen>
<dimen name="p7725_font_title_size">20sp</dimen>
<dimen name="p7725_icon_middle_size">80dp</dimen>
<dimen name="p7725_title_height">50dp</dimen>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<drawable name="com_facebook_picker_default_separator_color">#33464c59</drawable>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="com_facebook_dialogloginactivity_ok_button">OK</string>
<string name="com_facebook_like_button_not_liked">Like</string>
<string name="com_facebook_like_button_liked">Liked</string>
<string name="com_facebook_loginview_log_out_button">Log out</string>
<string name="com_facebook_loginview_log_in_button">Log in with Facebook</string>
<string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string>
<string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string>
<string name="com_facebook_loginview_log_out_action">Log out</string>
<string name="com_facebook_loginview_cancel_action">Cancel</string>
<string name="com_facebook_logo_content_description">Facebook Logo</string>
<string name="com_facebook_usersettingsfragment_log_in_button">Log in&#8230;</string>
<string name="com_facebook_usersettingsfragment_logged_in">Logged in</string>
<string name="com_facebook_usersettingsfragment_not_logged_in">Not logged in</string>
<string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d were here</string>
<string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
<string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d were here</string>
<string name="com_facebook_picker_done_button_text">Done</string>
<string name="com_facebook_choose_friends">Choose Friends</string>
<string name="com_facebook_nearby">Nearby</string>
<string name="com_facebook_loading">Loading...</string>
<string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string>
<string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string>
<string name="com_facebook_requesterror_web_login">Your Facebook account is locked. Please log into www.facebook.com to continue.</string>
<string name="com_facebook_requesterror_relogin">Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string>
<string name="com_facebook_requesterror_permissions">This app doesn’t have permission to do this. To change permissions, try logging into the app again.</string>
<string name="com_facebook_tooltip_default">New! You\'re in control - choose what info you want to share with apps.</string>
<string name="com_facebook_image_download_unknown_error">Unexpected error while downloading an image.</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-present Facebook.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<color name="com_facebook_blue">#3B5998</color>
<color name="com_facebook_usersettingsfragment_connected_text_color">#FFFFFF</color>
<color name="com_facebook_usersettingsfragment_connected_shadow_color">#000000</color>
<color name="com_facebook_usersettingsfragment_not_connected_text_color">#A6AED7</color>
<dimen name="com_facebook_usersettingsfragment_profile_picture_width">64dp</dimen>
<dimen name="com_facebook_usersettingsfragment_profile_picture_height">64dp</dimen>
<dimen name="com_facebook_loginview_padding_left">12dip</dimen>
<dimen name="com_facebook_loginview_padding_right">16dp</dimen>
<dimen name="com_facebook_loginview_padding_top">12dp</dimen>
<dimen name="com_facebook_loginview_padding_bottom">12dp</dimen>
<dimen name="com_facebook_loginview_compound_drawable_padding">12dp</dimen>
<color name="com_facebook_loginview_text_color">#FFFFFF</color>
<dimen name="com_facebook_loginview_text_size">16.0sp</dimen>
<dimen name="com_facebook_likeview_text_size">11.0sp</dimen>
<color name="com_facebook_likeview_text_color">#6a7180</color>
<dimen name="com_facebook_likeview_edge_padding">2dp</dimen>
<dimen name="com_facebook_likeview_internal_padding">6dp</dimen>
<dimen name="com_facebook_likebutton_padding_left">8dp</dimen>
<dimen name="com_facebook_likebutton_padding_right">8dp</dimen>
<dimen name="com_facebook_likebutton_padding_top">0dp</dimen>
<dimen name="com_facebook_likebutton_padding_bottom">0dp</dimen>
<dimen name="com_facebook_likebutton_compound_drawable_padding">8dp</dimen>
<color name="com_facebook_likebutton_text_color">#FFFFFF</color>
<dimen name="com_facebook_likebutton_text_size">13.0sp</dimen>
<dimen name="com_facebook_likeboxcountview_caret_width">6dp</dimen>
<dimen name="com_facebook_likeboxcountview_caret_height">3dp</dimen>
<dimen name="com_facebook_likeboxcountview_border_radius">3dp</dimen>
<dimen name="com_facebook_likeboxcountview_border_width">1dp</dimen>
<color name="com_facebook_likeboxcountview_border_color">#6a7180</color>
<color name="com_facebook_likeboxcountview_text_color">#6a7180</color>
<dimen name="com_facebook_likeboxcountview_text_size">11.0sp</dimen>
<dimen name="com_facebook_likeboxcountview_text_padding">6dp</dimen>
<dimen name="com_facebook_profilepictureview_preset_size_small">50dp</dimen>
<dimen name="com_facebook_profilepictureview_preset_size_normal">100dp</dimen>
<dimen name="com_facebook_profilepictureview_preset_size_large">180dp</dimen>
<dimen name="com_facebook_tooltip_horizontal_padding">10dp</dimen>
<style name="com_facebook_loginview_default_style" parent="@android:style/Widget.Button">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@drawable/com_facebook_button_blue</item>
<item name="android:textColor">@color/com_facebook_loginview_text_color</item>
<item name="android:textSize">@dimen/com_facebook_loginview_text_size</item>
<item name="android:textStyle">bold</item>
<item name="android:paddingLeft">@dimen/com_facebook_loginview_padding_left</item>
<item name="android:gravity">center</item>
</style>
<style name="com_facebook_loginview_silver_style" parent="@android:style/Widget.Button">
<item name="android:width">205dp</item>
<item name="android:height">44dp</item>
<item name="android:background">@drawable/com_facebook_loginbutton_silver</item>
<item name="android:textSize">18sp</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#4B5164</item>
<item name="android:gravity">center</item>
</style>
<style name="tooltip_bubble_text">
<item name="android:textColor">@android:color/white</item>
<item name="android:gravity">left</item>
<item name="android:textSize">12sp</item>
<item name="android:shadowDy">-1</item>
<item name="android:shadowRadius">0.25</item>
<item name="android:shadowColor">#40000000</item>
</style>
</resources>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="permlab_downloadManager" msgid="7779544811202855500">"访问下载管理器。"</string>
<string name="permdesc_downloadManager" msgid="4240298564918160337">"允许应用程序访问下载管理器以及用它下载文件。恶意应用程序可借此干扰下载,以及访问隐私信息。"</string>
<string name="permlab_downloadManagerAdvanced" msgid="7103642833308809655">"高级下载管理器功能。"</string>
<string name="permdesc_downloadManagerAdvanced" msgid="6985743912436565114">"允许应用程序使用下载管理器的高级功能。恶意应用程序可能会借此中断下载以及访问私密信息。"</string>
<string name="permlab_downloadCompletedIntent" msgid="945913803765675685">"发送下载通知。"</string>
<string name="permdesc_downloadCompletedIntent" msgid="8672701687104399228">"允许应用程序发送关于已完成下载的通知。恶意应用程序可借此干扰下载文件的其他应用程序。"</string>
<string name="permlab_downloadCacheNonPurgeable" msgid="3069534308882047412">"保留下载缓存中的空间"</string>
<string name="permdesc_downloadCacheNonPurgeable" msgid="1089583021652571424">"允许应用程序将文件下载到下载缓存(系统不会因为下载管理器需要更多空间而自动删除下载缓存)。"</string>
<string name="permlab_accessAllDownloads" msgid="2436240495424393717">"访问所有系统下载内容"</string>
<string name="permdesc_accessAllDownloads" msgid="4575801130424505112">"允许该应用程序查看和修改由系统中的任意程序所发起的所有下载。"</string>
<string name="download_unknown_title" msgid="7015124071247271585">"&lt;未命名&gt;"</string>
<string name="notification_filename_separator" msgid="7147189522857807618">", "</string>
<string name="notification_filename_extras" msgid="5549729917695688191">" 还有 <xliff:g id="NUMBER">%d</xliff:g> 项"</string>
<string name="notification_download_complete" msgid="840713937779273632">"下载完成"</string>
<string name="notification_download" msgid="840713937779273632">"下载"</string>
<string name="notification_download_failed" msgid="5343637375905111462">"下载失败"</string>
<string name="notification_need_wifi_for_size" msgid="5973127997598540499">"此大小的文件需要通过 Wi-Fi 下载"</string>
<string name="wifi_required_title" msgid="1995971416871498179">您必须使用 Wi-Fi 才能完成此 <xliff:g id="SIZE">%s </xliff:g> 文件的下载。"\n\n"点击<xliff:g id="QUEUE_TEXT">%s </xliff:g>可在下次连接到 Wi-Fi 网络时开始此下载。"</string>
<string name="wifi_recommended_title" msgid="7441589306734687400">"稍后再加入下载队列吗?"</string>
<string name="wifi_recommended_body" msgid="7574517147645381271">"立即开始此 <xliff:g id="SIZE">%s </xliff:g> 文件的下载可能会缩短电池的使用时间并/或导致超额使用移动数据连接(这会导致移动运营商依照流量套餐中的超额规定向您收费)。"\n\n"点击下面的<xliff:g id="QUEUE_TEXT">%s</xliff:g>可在下次连接到 Wi-Fi 网络时开始此下载。"</string>
<string name="button_queue_for_wifi" msgid="422576726189179221">"排队"</string>
<string name="button_cancel_download" msgid="2430166148737975604">"取消下载"</string>
<string name="button_start_now" msgid="792123674007840864">"立即开始"</string>
<string name="common_pause">暂停</string>
<string name="common_cancel">取消</string>
<string name="common_loading_now">正在下载</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<style name="Theme.Translucent" parent="android:style/Theme.Translucent">
<item name="android:windowNoTitle">true</item>
</style>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<dimen name="checkmark_area">40dip</dimen>
<dimen name="fullscreen_close_btn_size">30dip</dimen>
</resources>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_title" msgid="2470985874255839247">"下载内容"</string>
<string name="no_downloads" msgid="1029667411186146836">"无下载内容。"</string>
<string name="missing_title" msgid="830115697868833773">"&lt;未知>"</string>
<string name="download_menu_sort_by_size" msgid="2276438658769422878">"按大小排序"</string>
<string name="download_menu_sort_by_date" msgid="4300882048968609945">"按时间排序"</string>
<string name="download_queued" msgid="104973307780629904">"已加入队列"</string>
<string name="download_running" msgid="4656462962155580641">"正在下载"</string>
<string name="download_paused">暂停</string>
<string name="download_success" msgid="7006048006543495236">"已经完成,点击安装"</string>
<string name="download_error" msgid="3107369653921738690">"下载失败"</string>
<string name="dialog_title_not_available" msgid="4479021195995400471">"下载失败"</string>
<string name="dialog_failed_body" msgid="587545111677064427">"您想要稍后重新尝试下载该文件,还是将其从队列中删除?"</string>
<string name="dialog_running_body">您想要暂停下载文件,还是取消下载?</string>
<string name="dialog_paused_body">您想要继续下载该文件,还是将其从队列中删除?</string>
<string name="dialog_title_queued_body" msgid="3062862079904954824">"文件尚不可用"</string>
<string name="dialog_queued_body" msgid="2506935748423351902">"该文件已加入队列,供以后下载。"</string>
<string name="dialog_file_missing_body" msgid="2783781332668129395">"未找到已下载的文件。"</string>
<string name="dialog_insufficient_space_on_external" msgid="7534108515812329821">"无法完成下载,外部存储器的空间不足。"</string>
<string name="dialog_insufficient_space_on_cache" msgid="8387210487235302129">"无法完成下载,内部下载存储器的空间不足。"</string>
<string name="dialog_cannot_resume" msgid="7704082031608361756">"下载中断,无法继续进行。"</string>
<string name="dialog_file_already_exists" msgid="2663737850617642888">"无法下载,目标文件已存在。"</string>
<string name="dialog_media_not_found" msgid="5308602145105720991">"无法下载,未安装外部媒体。"</string>
<string name="download_no_application_title" msgid="3501359021635168387">"无法打开文件"</string>
<string name="remove_download" msgid="6372920256257247857">"清除"</string>
<string name="delete_download" msgid="76629022653866471">"删除"</string>
<string name="pause_download">暂停</string>
<string name="resume_download">继续</string>
<string name="keep_queued_download" msgid="5144882786014818569">"保留"</string>
<string name="cancel_running_download" msgid="5232704030969221112">取消下载</string>
<string name="retry_download" msgid="7617100787922717912">"重试"</string>
<string name="deselect_all" msgid="5638030443515705047">"取消选中项"</string>
<string name="text_no_appplay" >请先安装GOOGPLE PLAY或其他APP商店</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<color name="p7725_sdk_all_background">#E6E6E6</color>
<color name="p7725_sdk_white">#fff</color>
<color name="p7725_sdk_black">#000</color>
<color name="p7725_sdk_gray_deep">#777777</color>
<color name="p7725_sdk_background">#EEEEEE</color>
<color name="p7725_sdk_black_light">#333333</color>
<color name="p7725_sdk_orange_light">#F97523</color>
<color name="p7725_sdk_clause">#F97523</color>
<color name="p7725_sdk_transparent">#00FFFFFF</color>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- ******************LoginPro****************** -->
<string name="p7725_sdk_tv_login_7725">7725登入</string>
<string name="p7725_sdk_tv_login_fb">FB登入</string>
<!-- ******************Login****************** -->
<string name="p7725_sdk_btn_back">返回</string>
<string name="p7725_sdk_btn_ok">确定</string>
<!-- 登入 -->
<string name="p7725_sdk_tv_login">登入</string>
<string name="p7725_sdk_tv_login_input_username">账号</string>
<string name="p7725_sdk_tv_login_input_pass">密码</string>
<string name="p7725_sdk_hint_login_input_username">请输入7725账号</string>
<string name="p7725_sdk_hint_login_input_pass">请输入7725密码</string>
<string name="p7725_sdk_hint_login_fail">登录失败,请稍后再试</string>
<string name="p7725_sdk_chck_clause">同意</string>
<string name="p7725_sdk_txt_agree_clause">游戏规范</string>
<string name="p7725_sdk_txt_agree_and"></string>
<string name="p7725_sdk_txt_agree_privacy">隐私政策</string>
<string name="p7725_sdk_dlg_agree_clause">请阅读并同意《隐私政策》及《游戏规范》</string>
<string name="p7725_sdk_clause_title">游戏规范</string>
<string name="p7725_sdk_privacy_title">隐私政策</string>
<string name="p7725_sdk_browser_title">正在浏览</string>
<string name="p7725_sdk_not_show_today">今天不要再显示&#160;&#160;</string>
<!-- 注册 -->
<string name="p7725_sdk_tv_register_title">注册7725账号</string>
<string name="p7725_sdk_btn_register">注册</string>
<string name="p7725_sdk_hint_register_input_username">请输入账号</string>
<string name="p7725_sdk_hint_register_input_pass">请输入密码</string>
<string name="p7725_sdk_hint_register_input_passok">请确认密码</string>
<string name="p7725_sdk_hint_register_input_email">请输入信箱</string>
<!-- 联系客服 -->
<string name="p7725_sdk_tv_customer">联系客服</string>
<!-- 找回密码 -->
<string name="p7725_sdk_tv_findpass">找回密码</string>
<string name="p7725_sdk_tv_findpass2">找回密码</string>
<string name="p7725_sdk_hint_findpass_input_username">请输入您的7725账号</string>
<string name="p7725_sdk_hint_findpass_input_email">请输入您的注册信箱</string>
<!-- 修改密码 -->
<string name="p7725_sdk_tv_changepass">修改密码</string>
<string name="p7725_sdk_tv_changepass2">修改密码</string>
<string name="p7725_sdk_hint_changepass_input_username">请输入您的7725账号</string>
<string name="p7725_sdk_hint_changepass_input_pass">请输入原始密码</string>
<string name="p7725_sdk_hint_changepass_input_passnew">请输入新的密码</string>
<string name="p7725_sdk_changepass_input_passold">原始密码</string>
<string name="p7725_sdk_changepass_input_passnew">新的密码</string>
<!-- 绑定提示框 -->
<string name="p7725_sdk_to_binding">绑定</string>
<!-- 退出 -->
<string name="p7725_sdk_btn_exit">确认注销</string>
<!-- DIALOG -->
<string name="p7725_sdk_text_ok">我知道了</string>
<string name="p7725_sdk_text_changepass_ok">您已经成功修改了密码!</string>
<string name="p7725_sdk_text_findpass_ok">找回密码的信息已经寄送到您的信箱,请注意查收!</string>
<!-- 储值 -->
<string name="p7725_sdk_text_back">返回</string>
<string name="p7725_sdk_text_store">储值</string>
<string name="p7725_sdk_text_loading">拼命加载中&#8230;</string>
<string name="p7725_sdk_text_loading2">数据处理中,请稍后&#8230;</string>
<string name="p7725_sdk_deposits_no_record">无储值内容。</string>
<!-- 其它 -->
<string name="p7725_sdk_text_no_net">网络不可用,请检查!</string>
<string name="p7725_sdk_text_sure">确定</string>
<string name="p7725_sdk_text_cancel">取消</string>
<string name="p7725_sdk_text_no_serverid">没有设定服务器,客服功能不可用!</string>
<string name="p7725_sdk_text_no_roleid">没有设定角色ID,储值功能不可用!</string>
<string name="p7725_sdk_text_no_role">没有设定角色名,储值功能不可用!</string>
<string name="p7725_sdk_text_pay_failure">支付失败,请检查google play账号和密码是否正确!</string>
<string name="p7725_sdk_text_choose_username">请选择账号</string>
<string name="p7725_sdk_text_no_username">账号不能为空!</string>
<string name="p7725_sdk_text_no_password">密码不能为空!</string>
<string name="p7725_sdk_text_no_email">信箱不能为空!</string>
<string name="p7725_sdk_text_no_password_sure">确认密码不能为空!</string>
<string name="p7725_sdk_text_no_password_new">新密码不能为空!</string>
<string name="p7725_sdk_text_no_password2">两次输入的密码不一致!</string>
<string name="p7725_sdk_text_input_error">输入数据有误!</string>
<string name="p7725_sdk_text_timeout">请求超时,请稍后再试!</string>
<!-- 绑定界面 -->
<string name="p7725_sdk_tv_binding_title">绑定7725账号</string>
<string name="p7725_sdk_tv_binding_to">绑定7725</string>
<string name="p7725_sdk_tv_binding_do_not">不了,下次吧</string>
<string name="p7725_sdk_tv_binding_success">绑定成功</string>
<string name="p7725_sdk_binding_password_again">确认密码</string>
<string name="p7725_sdk_binding_email">注册信箱</string>
<string name="p7725_sdk_binding_hint_must_bind">为保护您的数据安全,请先绑定7725账户</string>
<string name="p7725_sdk_binding_hint_not_bind">您已注册7725账户,无须绑定</string>
<string name="p7725_sdk_binding_hint_already_bind">您已经绑定了7725账户</string>
<!-- ******************Google Billing相關****************** -->
<string name="com_7725_setup_isSuccess_BILLING_UNAVAILABLE">您的设备未激活GOOGLE PLAY付费服务。</string>
<string name="com_7725_setup_isSuccess_ITEM_UNAVAILABLE">没有找到相关产品。</string>
<string name="com_7725_setup_isSuccess_DEVELOPER_ERROR">您的设备未激活GOOGLE PLAY付费服务。</string>
<string name="com_7725_setup_isSuccess_ERROR">您的设备未激活GOOGLE PLAY付费服务。</string>
<string name="com_7725_query_inventory">查询购买过的产品失败:</string>
<string name="com_7725_purchase_failure">购买未完成!</string>
<string name="com_7725_purchase_failure_verify">购买失败,验证不通过!</string>
<string name="com_7725_consume_failure">异常信息:</string>
<string name="com_7725_submit_SUCCESS">购买金币成功,正在处理数据,请等待服务器发送元宝。</string>
<string name="com_7725_submit_FAIL_4001">很抱歉,ACTION错误,请稍后再试!</string>
<string name="com_7725_submit_FAIL_4002">很抱歉,订单有误,请稍后再试!</string>
<string name="com_7725_submit_FAIL_4003">很抱歉,运营商订单错误,请稍后再试!</string>
<string name="com_7725_submit_FAIL_4004">很抱歉,金额格式错误,请稍后再试!</string>
<string name="com_7725_submit_FAIL_4005">很抱歉,游戏参数错误,请稍后再试</string>
<string name="com_7725_submit_FAIL_4006">很抱歉,游戏金币兑换比例错误,请稍后再试</string>
<string name="com_7725_submit_FAIL__1">很抱歉,服务器响应异常,请稍后再试</string>
<string name="com_7725_pvc">3</string>
<string name="com_7725_loading">加载中...</string>
<string name="com_7725_change_pass_error_net_hint">网络异常,请稍后再试</string>
<string name="com_7725_common_result">结果</string>
<string name="com_7725_common_share_success">分享成功</string>
<string name="com_7725_ok">确定</string>
<string name="p7725_sdk_hint_quick_login_has_binding">您已经绑定了7725,请使用7725账号登入</string>
<string name="com_7725_exception_hint">内部发生错误</string>
<string name="p7725_tab_game_center">游戏中心</string>
<string name="p7725_tab_strategy">攻略</string>
<string name="p7725_tab_funs">粉丝团</string>
<string name="p7725_tab_user_center">账户</string>
<string name="p7725_install">安装</string>
<string name="p7725_invite_by_fb">邀请FB好友</string>
<string name="p7725_invite">邀请</string>
<string name="p7725_invite_success">邀请成功</string>
<string name="p7725_invite_no_select_friend">您还未勾选好友,请重新选择</string>
<string name="p7725_change_password">修改密码</string>
<string name="p7725_binding_username">绑定7725账号</string>
<string name="p7725_download_manager">下载管理</string>
<string name="p7725_deposits_record">储值记录</string>
<string name="p7725_customer_service">联系客服</string>
<string name="p7725_log_out">注销</string>
<string name="p7725_sdk_type">类型:%1$s</string>
<string name="p7725_sdk_size">大小:%1$s</string>
<string name="p7725_sdk_more_game">点击查看更多</string>
<!-- 遊戲 -->
<string name="p7725_sdk_recommend_game">热门游戏推荐</string>
<string name="p7725_sdk_recommend_game_detail">游戏介绍\n\n%1$s</string>
<!-- 我的帳戶 -->
<string name="p7725_sdk_user_center">我的账户</string>
<string name="p7725_sdk_user_id">玩家ID:%1$s</string>
<!-- 资源缺失时的默认属性 -->
<string name="p7725_sdk_error_default">未定义!!!</string>
<string name="p7725_sdk_exception_hint">内部发生错误</string>
<string name="permname_downloadManager">com.library.permission.ACCESS_DOWNLOAD_MANAGER</string>
<string name="permname_downloadManagerAdvanced">com.library.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED</string>
<string name="permname_downloadCompletedIntent">com.library.permission.SEND_DOWNLOAD_COMPLETED_INTENTS</string>
</resources>
\ No newline at end of file
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
<!-- 淡入淡出动画 -->
<style name="FadeAnimation">
<item name="android:windowEnterAnimation">@anim/p7725_sdk_fade_in</item>
<item name="android:windowExitAnimation">@anim/p7725_sdk_fade_out</item>
</style>
<style name="FadeAnimation2">
<item name="android:windowExitAnimation">@anim/p7725_sdk_fade_out</item>
</style>
<style name="LoginPro" parent="@style/p7725_full_screen">
<item name="android:windowAnimationStyle">@style/FadeAnimation</item>
</style>
<style name="Login" parent="@style/p7725_full_screen">
<item name="android:windowAnimationStyle">@style/FadeAnimation</item>
</style>
<style name="p7725_full_screen">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
<style name="MyDialog">
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
</style>
<style name="UserList" parent="@android:style/Theme.Dialog">
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style>
<style name="Title">
<item name="android:textColor">#000</item>
<item name="android:textStyle">bold</item>
<item name="android:textSize">30.0px</item>
<item name="android:gravity">center</item>
</style>
<style name="Input">
<item name="android:background">@drawable/p7725_sdk_input_bg</item>
<item name="android:paddingLeft">10dp</item>
<item name="android:paddingRight">10dp</item>
<item name="android:singleLine">true</item>
<item name="android:textColor">#fff</item>
<item name="android:textColorHint">#fff</item>
<item name="android:textSize">22.96px</item>
</style>
<style name="Button">
<item name="android:background">@drawable/p7725_sdk_btn_ok</item>
<item name="android:gravity">center</item>
<item name="android:textColor">#fff</item>
<item name="android:textStyle">bold</item>
<item name="android:textSize">22.76px</item>
</style>
<style name="style_listview">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">fill_parent</item>
<item name="android:cacheColorHint">@android:color/transparent</item>
<item name="android:divider">@android:color/transparent</item>
<item name="android:listSelector">@android:color/transparent</item>
</style>
<style name="game_detail_ratingBar" parent="@android:style/Widget.RatingBar">
<item name="android:progressDrawable">@drawable/p7725_sdk_game_detail_ratingbar</item>
<item name="android:minHeight">15dip</item>
<item name="android:maxHeight">15dip</item>
</style>
<style name="p7725_sdk_change_password_textview">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textColor">@color/p7725_sdk_black_light</item>
<item name="android:textSize">@dimen/p7725_font_name_size</item>
<item name="android:layout_marginBottom">@dimen/p7725_distance_half</item>
</style>
<style name="p7725_sdk_change_password_edittext">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@drawable/p7725_sdk_banding_account_input_box</item>
<item name="android:textSize">@dimen/p7725_font_detail_size</item>
<item name="android:layout_marginBottom">@dimen/p7725_distance</item>
<item name="android:singleLine">true</item>
</style>
<style name="p7725_sdk_change_password_button">
<item name="android:layout_width">0dp</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_weight">1</item>
<item name="android:background">@drawable/p7725_sdk_btn_grey_orange</item>
<item name="android:textSize">@dimen/p7725_font_name_size</item>
<item name="android:textColor">@android:color/white</item>
</style>
<style name="p7725_sdk_user_center_button">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">62dp</item>
<item name="android:gravity">left|center_vertical</item>
<item name="android:background">@drawable/p7725_sdk_select_button_background</item>
<item name="android:drawablePadding">@dimen/p7725_distance_half</item>
<item name="android:textColor">@color/p7725_sdk_black_light</item>
<item name="android:padding">10dp</item>
<item name="android:drawableRight">@drawable/p7725_sdk_select_button_arrow</item>
</style>
<style name="p7725_dialogBuilder" parent="@android:Theme.Dialog">
<!-- 去除标题 -->
<item name="android:windowNoTitle">true</item>
<!-- 去除背景 -->
<item name="android:windowBackground">@android:color/transparent</item>
<!--
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowIsFloating">false</item>
<item name="android:windowIsTranslucent">true</item>
-->
</style>
<style name="p7725_sdk_checkbox" parent="@android:style/Widget.CompoundButton.CheckBox">
<item name="android:button">@drawable/p7725_sdk_chck_clause</item>
</style>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="google_play_services_version">5077000</integer>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- app name. eg.: 風雲天下 OL -->
<!-- <string name="com_7725_app_name">塔防無雙</string> -->
<string name="com_7725_app_name">EasyGameDemo</string>
<!-- 程序入口的类名和包名,请游戏商填写 (推送) -->
<string name="com_7725_game_main_activity"> </string>
<!-- 7725 sdk protocol token & game alias -->
<!--
<string name="com_7725_sdkProtocolToken">3f36dc69b4330ed1ed6f50c412018d50</string>
<string name="com_7725_sdkProtocolGame">tfws</string>
-->
<string name="com_7725_sdkProtocolToken">f8ea4b100a5f2c774160434e038f044a</string>
<string name="com_7725_sdkProtocolGame">demo</string>
<!-- facebook manifest -->
<!--
<string name="com_7725_facebookSdkApplicationId">114726065640556</string>
-->
<string name="com_7725_facebookSdkApplicationId">687193478101420</string>
<!-- 英特 -->
<string name="com_7725_enable_mobile_payment_tracker">false</string>
<string name="com_7725_mobile_payment_tracker_id">15530</string>
<string name="com_7725_mobile_payment_tracker_key">87a5d0f9221d0e066ab4dc60fd1a0247</string>
<!-- Airpush manifest -->
<string name="com_7725_enable_mobile_airpush_advertisement_tracker">false</string>
<!-- BearMedia manifest -->
<string name="com_7725_bearMedia_appid">rcPQXy3sxjJDfmd7xA8EBH</string>
<string name="com_7725_enable_mobile_bearMedia_advertisement_tracker">false</string>
<!-- InMobi manifest -->
<string name="com_7725_enable_mobile_inmobi_advertisement_tracker">true</string>
<string name="com_7725_inmobi_appid">8ce54673ed0346a7b84c299f688bd043</string>
<!-- KuADCPA manifest -->
<string name="com_7725_enable_mobile_kuadcpa_advertisement_tracker">true</string>
<string name="com_7725_kuadcpa_appid">2015020400002</string>
<string name="com_7725_kuadcpa_appkey">a424a879a8994e4fd136c9d05efbb1b6</string>
<!-- Advertiser manifest -->
<string name="com_7725_enable_mobile_advertiser_advertisement_tracker">true</string>
<string name="com_7725_advertiser_appid">fy_ctzj2_hk_tw</string>
<!-- MdotM manifest -->
<string name="com_7725_enable_mobile_MdotM_advertisement_tracker">true</string>
<!-- MillennialMedia manifest -->
<string name="com_7725_enable_mobile_millennialMedia_advertisement_tracker">true</string>
<string name="com_7725_millennialMedia_appid">46050</string>
<!-- google analytics manifest -->
<!-- Replace placeholder ID with your tracking ID -->
<string name="ga_trackingId">UA-42392414-18</string>
<!-- Enable automatic activity tracking -->
<bool name="ga_autoActivityTracking">true</bool>
<!-- Enable automatic exception tracking -->
<bool name="ga_reportUncaughtExceptions">true</bool>
</resources>
\ No newline at end of file