Commit 2fcd98d881ceb9dc7f5b718975fbf3fe5cbf30d2

Authored by 赵康
1 parent 84c11cd176
Exists in master

清理Facebook sdk

增加upay支付
增加push功能

Showing 129 changed files with 300 additions and 1054 deletions Side-by-side Diff

android/GameSDKRelease/assets/upay_app_info.txt
... ... @@ -0,0 +1 @@
  1 +{ "channel":"1000", "build_date":"20150120" }
0 2 \ No newline at end of file
android/GameSDKRelease/libs/FacebookSDK.jar
No preview for this file type
android/GameSDKRelease/libs/GameSDK_v2.4.0_proguard.jar
No preview for this file type
android/GameSDKRelease/libs/GameSDK_v2.5.0_proguard.jar
No preview for this file type
android/GameSDKRelease/libs/Upay_Sdk_2.0.jar
No preview for this file type
android/GameSDKRelease/libs/armeabi/libhfswpay.so
No preview for this file type
android/GameSDKRelease/libs/armeabi/libybzf.so
No preview for this file type
android/GameSDKRelease/res/drawable-hdpi/com_facebook_button_blue_focused.9.png

600 Bytes

android/GameSDKRelease/res/drawable-hdpi/com_facebook_button_blue_normal.9.png

554 Bytes

android/GameSDKRelease/res/drawable-hdpi/com_facebook_button_blue_pressed.9.png

416 Bytes

android/GameSDKRelease/res/drawable-hdpi/com_facebook_button_grey_focused.9.png

624 Bytes

android/GameSDKRelease/res/drawable-hdpi/com_facebook_button_grey_normal.9.png

520 Bytes

android/GameSDKRelease/res/drawable-hdpi/com_facebook_button_grey_pressed.9.png

385 Bytes

android/GameSDKRelease/res/drawable-hdpi/com_facebook_close.png

5.13 KB

android/GameSDKRelease/res/drawable-hdpi/com_facebook_inverse_icon.png

1.16 KB

android/GameSDKRelease/res/drawable-hdpi/com_facebook_logo.png

9.85 KB

android/GameSDKRelease/res/drawable-hdpi/com_facebook_picker_magnifier.png

557 Bytes

android/GameSDKRelease/res/drawable-ldpi/com_facebook_close.png

3.71 KB

android/GameSDKRelease/res/drawable-mdpi/com_facebook_button_blue_focused.9.png

383 Bytes

android/GameSDKRelease/res/drawable-mdpi/com_facebook_button_blue_normal.9.png

380 Bytes

android/GameSDKRelease/res/drawable-mdpi/com_facebook_button_blue_pressed.9.png

323 Bytes

android/GameSDKRelease/res/drawable-mdpi/com_facebook_inverse_icon.png

1.09 KB

android/GameSDKRelease/res/drawable-mdpi/com_facebook_picker_magnifier.png

510 Bytes

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_button_blue_focused.9.png

805 Bytes

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_button_blue_normal.9.png

721 Bytes

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_button_blue_pressed.9.png

548 Bytes

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_button_grey_focused.9.png

841 Bytes

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_button_grey_normal.9.png

714 Bytes

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_button_grey_pressed.9.png

495 Bytes

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_close.png

5.42 KB

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_inverse_icon.png

1.18 KB

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_logo.png

12.6 KB

android/GameSDKRelease/res/drawable-xhdpi/com_facebook_picker_magnifier.png

827 Bytes

android/GameSDKRelease/res/drawable-xhdpi/upay_amount.png

1.37 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_backout.xml
... ... @@ -0,0 +1,5 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<selector xmlns:android="http://schemas.android.com/apk/res/android">
  3 + <item android:state_pressed="true" android:drawable="@drawable/upay_backout_s" />
  4 + <item android:drawable="@drawable/upay_backout_n" />
  5 +</selector>
android/GameSDKRelease/res/drawable-xhdpi/upay_backout_n.png

3.32 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_backout_s.png

3.33 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_bottom_bg_all.png

2.04 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_cancel_n.9.png

743 Bytes

android/GameSDKRelease/res/drawable-xhdpi/upay_cancel_s.9.png

743 Bytes

android/GameSDKRelease/res/drawable-xhdpi/upay_commodity.png

1.55 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_description.png

3.32 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_dialog_icon.xml
... ... @@ -0,0 +1,18 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 + <!--
  3 + <rotate xmlns:android="http://schemas.android.com/apk/res/android"
  4 + android:pivotX="50%" android:pivotY="50%" android:fromDegrees="0"
  5 + android:toDegrees="360"> <shape android:shape="ring"
  6 + android:innerRadiusRatio="3" android:thicknessRatio="8"
  7 + android:useLevel="false"> <gradient android:type="sweep"
  8 + android:useLevel="false" android:startColor="#FFFFFF"
  9 + android:centerColor="#FFDC35" android:centerY="0.50"
  10 + android:endColor="#CE0000" /> </shape> </rotate>
  11 + -->
  12 +<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  13 + <item>
  14 + <rotate android:drawable="@drawable/upay_loading_circle"
  15 + android:fromDegrees="0.0" android:toDegrees="360.0" android:pivotX="50.0%"
  16 + android:pivotY="50.0%" />
  17 + </item>
  18 +</layer-list>
android/GameSDKRelease/res/drawable-xhdpi/upay_dialog_m.9.png

938 Bytes

android/GameSDKRelease/res/drawable-xhdpi/upay_download.png

926 Bytes

android/GameSDKRelease/res/drawable-xhdpi/upay_loading_circle.png

12.6 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_loading_logo.png

7.32 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_logo.png

7.09 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_logo_bottom.png

6.2 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_md_bg.png

1.14 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_no_network.png

4.64 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_ok_n.9.png

1.04 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_ok_s.9.png

1.01 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_pay_fail.png

2.6 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_pay_ok.xml
... ... @@ -0,0 +1,5 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<selector xmlns:android="http://schemas.android.com/apk/res/android">
  3 + <item android:state_pressed="true" android:drawable="@drawable/upay_pay_ok_s" />
  4 + <item android:drawable="@drawable/upay_pay_ok_n" />
  5 +</selector>
android/GameSDKRelease/res/drawable-xhdpi/upay_pay_ok_n.9.png

1.44 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_pay_ok_s.9.png

1.42 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_pay_success.png

2.52 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_secretary.png

8.34 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_shape_bottom_corner_no_top_line.xml
... ... @@ -0,0 +1,20 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!-- 底部圆角 白色背景 灰色边框 长方体 -->
  3 +<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  4 + <item>
  5 + <shape>
  6 + <solid android:color="#FFFFFF" />
  7 + <corners android:topLeftRadius="0.1dp" android:topRightRadius="0.1dp"
  8 + android:bottomRightRadius="5dp" android:bottomLeftRadius="5dp" />
  9 + <stroke android:width="1dp" android:color="#ffa8abad" />
  10 + </shape>
  11 + </item>
  12 + <item android:top="1dp" android:bottom="1dp" android:left="1dp" android:right="1dp">
  13 + <shape>
  14 + <solid android:color="#FFFFFF" />
  15 + <corners android:topLeftRadius="0.1dp" android:topRightRadius="0.1dp"
  16 + android:bottomRightRadius="5dp" android:bottomLeftRadius="5dp" />
  17 + <stroke android:width="1dp" android:color="#ffffffff" />
  18 + </shape>
  19 + </item>
  20 +</layer-list>
0 21 \ No newline at end of file
android/GameSDKRelease/res/drawable-xhdpi/upay_shape_description.xml
... ... @@ -0,0 +1,20 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!-- 底部圆角 白色背景 灰色边框 长方体 -->
  3 +<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  4 + <item>
  5 + <shape>
  6 + <solid android:color="#FFFFFF" />
  7 + <corners android:topLeftRadius="5dp" android:topRightRadius="5dp"
  8 + android:bottomRightRadius="5dp" android:bottomLeftRadius="5dp" />
  9 + <stroke android:width="1dp" android:color="#ffa8abad" />
  10 + </shape>
  11 + </item>
  12 + <item android:top="1dp" android:bottom="1dp" android:left="1dp" android:right="1dp">
  13 + <shape>
  14 + <solid android:color="#FFFFFF" />
  15 + <corners android:topLeftRadius="5dp" android:topRightRadius="5dp"
  16 + android:bottomRightRadius="5dp" android:bottomLeftRadius="5dp" />
  17 + <stroke android:width="1dp" android:color="#ffffffff" />
  18 + </shape>
  19 + </item>
  20 +</layer-list>
0 21 \ No newline at end of file
android/GameSDKRelease/res/drawable-xhdpi/upay_shape_top_corner_no_bottom_line.xml
... ... @@ -0,0 +1,20 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!-- 顶部带圆角 白色背景 灰色边框 无下边框 长方体 -->
  3 +<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  4 + <item>
  5 + <shape>
  6 + <solid android:color="#FFFFFF" />
  7 + <corners android:topLeftRadius="5dp" android:topRightRadius="5dp"
  8 + android:bottomRightRadius="0.1dp" android:bottomLeftRadius="0.1dp" />
  9 + <stroke android:width="1dp" android:color="#ffa8abad" />
  10 + </shape>
  11 + </item>
  12 + <item android:top="1dp" android:left="1dp" android:right="1dp">
  13 + <shape>
  14 + <solid android:color="#FFFFFF" />
  15 + <corners android:topLeftRadius="5dp" android:topRightRadius="5dp"
  16 + android:bottomRightRadius="0.1dp" android:bottomLeftRadius="0.1dp" />
  17 + <stroke android:width="1dp" android:color="#ffffffff" />
  18 + </shape>
  19 + </item>
  20 +</layer-list>
0 21 \ No newline at end of file
android/GameSDKRelease/res/drawable-xhdpi/upay_sure.png

1.27 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_top_.png

27.3 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_top_bg_all.png

2.56 KB

android/GameSDKRelease/res/drawable-xhdpi/upay_topup_call.jpg

16.7 KB

android/GameSDKRelease/res/drawable/com_facebook_button_blue_focused.9.png

383 Bytes

android/GameSDKRelease/res/drawable/com_facebook_button_check.xml
... ... @@ -1,20 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -<selector xmlns:android="http://schemas.android.com/apk/res/android">
18   - <item android:state_checked="true" android:drawable="@drawable/com_facebook_button_check_on" />
19   - <item android:drawable="@drawable/com_facebook_button_check_off" />
20   -</selector>
android/GameSDKRelease/res/drawable/com_facebook_button_check_off.png

549 Bytes

android/GameSDKRelease/res/drawable/com_facebook_button_check_on.png

733 Bytes

android/GameSDKRelease/res/drawable/com_facebook_button_grey_focused.9.png

462 Bytes

android/GameSDKRelease/res/drawable/com_facebook_button_grey_normal.9.png

381 Bytes

android/GameSDKRelease/res/drawable/com_facebook_button_grey_pressed.9.png

303 Bytes

android/GameSDKRelease/res/drawable/com_facebook_close.png

4.3 KB

android/GameSDKRelease/res/drawable/com_facebook_inverse_icon.png

1.09 KB

android/GameSDKRelease/res/drawable/com_facebook_list_divider.9.png

76 Bytes

android/GameSDKRelease/res/drawable/com_facebook_list_section_header_background.9.png

153 Bytes

android/GameSDKRelease/res/drawable/com_facebook_loginbutton_silver.xml
... ... @@ -1,23 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -<selector xmlns:android="http://schemas.android.com/apk/res/android" >
18   - <item android:state_pressed="true"
19   - android:drawable="@drawable/com_facebook_button_grey_pressed" />
20   - <item android:state_focused="true"
21   - android:drawable="@drawable/com_facebook_button_grey_focused" />
22   - <item android:drawable="@drawable/com_facebook_button_grey_normal" />
23   -</selector>
android/GameSDKRelease/res/drawable/com_facebook_logo.png

6.27 KB

android/GameSDKRelease/res/drawable/com_facebook_picker_item_background.xml
... ... @@ -1,26 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -<selector xmlns:android="http://schemas.android.com/apk/res/android">
18   -
19   - <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
20   - <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
21   - <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
22   - <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
23   - <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
24   - <item android:state_focused="true" android:drawable="@drawable/com_facebook_picker_list_focused" />
25   - <item android:drawable="@android:color/transparent" />
26   -</selector>
android/GameSDKRelease/res/drawable/com_facebook_picker_list_focused.9.png

158 Bytes

android/GameSDKRelease/res/drawable/com_facebook_picker_list_longpressed.9.png

151 Bytes

android/GameSDKRelease/res/drawable/com_facebook_picker_list_pressed.9.png

158 Bytes

android/GameSDKRelease/res/drawable/com_facebook_picker_list_selector.xml
... ... @@ -1,27 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -<selector xmlns:android="http://schemas.android.com/apk/res/android">
18   -
19   - <item android:state_window_focused="false" android:drawable="@android:color/transparent" />
20   -
21   - <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
22   - <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/com_facebook_picker_list_selector_disabled" />
23   - <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
24   - <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/com_facebook_picker_list_selector_background_transition" />
25   - <item android:state_focused="true" android:drawable="@drawable/com_facebook_picker_list_focused" />
26   -
27   -</selector>
android/GameSDKRelease/res/drawable/com_facebook_picker_list_selector_background_transition.xml
... ... @@ -1,20 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!-- Copyright (C) 2010 The Android Open Source Project
3   -
4   - Licensed under the Apache License, Version 2.0 (the "License");
5   - you may not use this file except in compliance with the License.
6   - You may obtain a copy of the License at
7   -
8   - http://www.apache.org/licenses/LICENSE-2.0
9   -
10   - Unless required by applicable law or agreed to in writing, software
11   - distributed under the License is distributed on an "AS IS" BASIS,
12   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   - See the License for the specific language governing permissions and
14   - limitations under the License.
15   --->
16   -
17   -<transition xmlns:android="http://schemas.android.com/apk/res/android">
18   - <item android:drawable="@drawable/com_facebook_picker_list_pressed" />
19   - <item android:drawable="@drawable/com_facebook_picker_list_longpressed" />
20   -</transition>
android/GameSDKRelease/res/drawable/com_facebook_picker_list_selector_disabled.9.png

171 Bytes

android/GameSDKRelease/res/drawable/com_facebook_picker_top_button.xml
... ... @@ -1,22 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -<shape xmlns:android="http://schemas.android.com/apk/res/android">
18   - <gradient
19   - android:startColor="#3f5b96"
20   - android:endColor="#2d4984"
21   - android:angle="270"/>
22   -</shape>
android/GameSDKRelease/res/drawable/com_facebook_place_default_icon.png

813 Bytes

android/GameSDKRelease/res/drawable/com_facebook_profile_default_icon.png

358 Bytes

android/GameSDKRelease/res/drawable/com_facebook_profile_picture_blank_portrait.png

3.85 KB

android/GameSDKRelease/res/drawable/com_facebook_profile_picture_blank_square.png

3.7 KB

android/GameSDKRelease/res/drawable/com_facebook_top_background.xml
... ... @@ -1,22 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -<shape xmlns:android="http://schemas.android.com/apk/res/android">
18   - <gradient
19   - android:startColor="#FF5975b0"
20   - android:endColor="#FF47639e"
21   - android:angle="270"/>
22   -</shape>
android/GameSDKRelease/res/drawable/com_facebook_top_button.xml
... ... @@ -1,27 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<selector xmlns:android="http://schemas.android.com/apk/res/android">
19   - <item android:state_pressed="true"
20   - android:drawable="@drawable/com_facebook_picker_top_button" />
21   - <item android:state_focused="true"
22   - android:drawable="@drawable/com_facebook_picker_top_button" />
23   - <item android:state_selected="true"
24   - android:drawable="@drawable/com_facebook_picker_top_button" />
25   - <item
26   - android:drawable="@drawable/com_facebook_top_background" />
27   -</selector>
android/GameSDKRelease/res/drawable/com_facebook_usersettingsfragment_background_gradient.xml
... ... @@ -1,23 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
18   - <gradient
19   - android:startColor="#5774B5"
20   - android:endColor="#2C4988"
21   - android:gradientRadius="495"
22   - android:type="radial"/>
23   -</shape>
android/GameSDKRelease/res/drawable/upay_cancel.xml
... ... @@ -0,0 +1,5 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<selector xmlns:android="http://schemas.android.com/apk/res/android" >
  3 + <item android:state_pressed="true" android:drawable="@drawable/upay_cancel_s"></item>
  4 + <item android:state_pressed="false" android:drawable="@drawable/upay_cancel_n"></item>
  5 +</selector>
android/GameSDKRelease/res/drawable/upay_ok.xml
... ... @@ -0,0 +1,5 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<selector xmlns:android="http://schemas.android.com/apk/res/android" >
  3 + <item android:state_pressed="true" android:drawable="@drawable/upay_ok_s"></item>
  4 + <item android:state_pressed="false" android:drawable="@drawable/upay_ok_n"></item>
  5 +</selector>
android/GameSDKRelease/res/layout/com_facebook_friendpickerfragment.xml
... ... @@ -1,44 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
19   - android:layout_width="fill_parent"
20   - android:layout_height="fill_parent"
21   - android:background="#FFFFFF">
22   -
23   - <include layout="@layout/com_facebook_picker_title_bar_stub"/>
24   -
25   - <ListView
26   - android:id="@+id/com_facebook_picker_list_view"
27   - android:layout_width="fill_parent"
28   - android:layout_height="fill_parent"
29   - android:divider="@drawable/com_facebook_list_divider"
30   - android:fastScrollEnabled="true"
31   - android:scrollbars="vertical"
32   - android:listSelector="@drawable/com_facebook_picker_list_selector"
33   - android:cacheColorHint="#FFFFFF"
34   - />
35   -
36   - <ProgressBar android:indeterminate="true"
37   - android:layout_width="wrap_content"
38   - android:layout_height="wrap_content"
39   - android:id="@+id/com_facebook_picker_activity_circle"
40   - style="@android:style/Widget.ProgressBar"
41   - android:layout_centerInParent="true"
42   - android:visibility="invisible"
43   - />
44   -</RelativeLayout>
android/GameSDKRelease/res/layout/com_facebook_login_activity_layout.xml
... ... @@ -1,15 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -
3   -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
4   - android:layout_width="fill_parent"
5   - android:layout_height="fill_parent">
6   -
7   - <ProgressBar android:indeterminate="true"
8   - android:layout_width="wrap_content"
9   - android:layout_height="50dip"
10   - android:id="@+id/com_facebook_login_activity_progress_bar"
11   - android:layout_centerInParent="true"
12   - android:visibility="gone"
13   - android:indeterminateOnly="true"
14   - />
15   -</RelativeLayout>
android/GameSDKRelease/res/layout/com_facebook_picker_activity_circle_row.xml
... ... @@ -1,32 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<RelativeLayout
19   - xmlns:android="http://schemas.android.com/apk/res/android"
20   - android:layout_height="50dip"
21   - android:layout_width="fill_parent"
22   - >
23   - <ProgressBar android:indeterminate="true"
24   - android:layout_width="wrap_content"
25   - android:layout_height="50dip"
26   - android:id="@+id/com_facebook_picker_row_activity_circle"
27   - style="@android:style/Widget.ProgressBar.Small"
28   - android:layout_centerInParent="true"
29   - android:visibility="visible"
30   - android:indeterminateOnly="true"
31   - />
32   -</RelativeLayout>
android/GameSDKRelease/res/layout/com_facebook_picker_checkbox.xml
... ... @@ -1,25 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<CheckBox
19   - xmlns:android="http://schemas.android.com/apk/res/android"
20   - android:id="@+id/com_facebook_picker_checkbox"
21   - android:layout_width="23dip"
22   - android:layout_height="23dip"
23   - android:focusable="false"
24   - android:clickable="false"
25   - android:button="@drawable/com_facebook_button_check" />
android/GameSDKRelease/res/layout/com_facebook_picker_image.xml
... ... @@ -1,24 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<ImageView
19   - xmlns:android="http://schemas.android.com/apk/res/android"
20   - android:id="@+id/com_facebook_picker_image"
21   - android:layout_width="50dip"
22   - android:layout_height="50dip"
23   - android:layout_gravity="center_vertical"
24   - android:src="@drawable/com_facebook_profile_default_icon" />
android/GameSDKRelease/res/layout/com_facebook_picker_list_row.xml
... ... @@ -1,48 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<LinearLayout
19   - xmlns:android="http://schemas.android.com/apk/res/android"
20   - android:layout_height="wrap_content"
21   - android:layout_width="fill_parent"
22   - >
23   - <ViewStub
24   - android:id="@+id/com_facebook_picker_profile_pic_stub"
25   - android:inflatedId="@+id/com_facebook_picker_image"
26   - android:layout="@layout/com_facebook_picker_image"
27   - android:layout_width="50dip"
28   - android:layout_height="50dip" />
29   - <TextView
30   - android:id="@+id/com_facebook_picker_title"
31   - android:layout_width="100dip"
32   - android:layout_height="50dip"
33   - android:layout_weight="1.0"
34   - android:paddingLeft="5dip"
35   - android:textStyle="bold"
36   - android:textColor="#000000"
37   - android:singleLine="true"
38   - android:ellipsize="end"
39   - android:textSize="18sp"
40   - android:gravity="left|center_vertical"/>
41   - <ViewStub
42   - android:id="@+id/com_facebook_picker_checkbox_stub"
43   - android:inflatedId="@+id/com_facebook_picker_checkbox"
44   - android:layout="@layout/com_facebook_picker_checkbox"
45   - android:layout_width="23dip"
46   - android:layout_height="23dip"
47   - android:layout_marginRight="10dip"/>
48   -</LinearLayout>
android/GameSDKRelease/res/layout/com_facebook_picker_list_section_header.xml
... ... @@ -1,34 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<TextView
19   - xmlns:android="http://schemas.android.com/apk/res/android"
20   - android:id="@+id/com_facebook_picker_list_section_header"
21   - android:layout_width="fill_parent"
22   - android:layout_height="wrap_content"
23   - android:textStyle="bold"
24   - android:background="@drawable/com_facebook_list_section_header_background"
25   - android:orientation="horizontal"
26   - android:gravity="left|center_vertical"
27   - android:textColor="#68768a"
28   - android:textSize="17sp"
29   - android:paddingLeft="8dip"
30   - android:paddingBottom="0px"
31   - android:shadowDx="1"
32   - android:shadowDy="1"
33   - android:shadowRadius="1"
34   - android:shadowColor="#BFFFFFFF" />
android/GameSDKRelease/res/layout/com_facebook_picker_search_box.xml
... ... @@ -1,29 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19   - android:layout_width="match_parent"
20   - android:layout_height="wrap_content"
21   - android:orientation="vertical"
22   - >
23   - <include layout="@layout/com_facebook_search_bar_layout" />
24   - <View
25   - android:layout_width="match_parent"
26   - android:layout_height="@dimen/com_facebook_picker_divider_width"
27   - android:background="@drawable/com_facebook_picker_default_separator_color"
28   - />
29   -</LinearLayout>
android/GameSDKRelease/res/layout/com_facebook_picker_title_bar.xml
... ... @@ -1,64 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
19   - android:id="@+id/com_facebook_picker_top_bar"
20   - android:layout_width="fill_parent"
21   - android:layout_height="48dp"
22   - android:background="@drawable/com_facebook_top_background"
23   - android:gravity="right">
24   - <Button
25   - android:id="@+id/com_facebook_picker_done_button"
26   - android:layout_width="wrap_content"
27   - android:minWidth="55dp"
28   - android:layout_height="48dp"
29   - android:background="@drawable/com_facebook_top_button"
30   - android:paddingLeft="5dip"
31   - android:paddingRight="5dip"
32   - android:textColor="#ffffff"
33   - android:textSize="14sp"
34   - android:shadowColor="#66000000"
35   - android:shadowDx="1"
36   - android:shadowDy="1"
37   - android:shadowRadius="1"
38   - android:layout_alignParentRight="true"
39   - />
40   -
41   - <LinearLayout
42   - android:id="@+id/com_facebook_picker_divider"
43   - android:layout_width="1dp"
44   - android:layout_height="fill_parent"
45   - android:background="#40000000"
46   - android:layout_alignLeft="@id/com_facebook_picker_done_button"/>
47   - <TextView
48   - android:id="@+id/com_facebook_picker_title"
49   - android:layout_width="fill_parent"
50   - android:layout_height="fill_parent"
51   - android:textSize="22sp"
52   - android:textColor="#FFFFFF"
53   - android:gravity="left|center_vertical"
54   - android:ellipsize="end"
55   - android:singleLine="true"
56   - android:scaleType="center"
57   - android:shadowColor="#66000000"
58   - android:shadowDx="1"
59   - android:shadowDy="1"
60   - android:shadowRadius="1"
61   - android:layout_marginLeft="10dip"
62   - android:layout_marginRight="10dip"
63   - android:layout_toLeftOf="@id/com_facebook_picker_divider"/>
64   -</RelativeLayout>
android/GameSDKRelease/res/layout/com_facebook_picker_title_bar_stub.xml
... ... @@ -1,25 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<merge xmlns:android="http://schemas.android.com/apk/res/android">
19   - <ViewStub android:id="@+id/com_facebook_picker_title_bar_stub"
20   - android:inflatedId="@+id/com_facebook_picker_title_bar"
21   - android:layout="@layout/com_facebook_picker_title_bar"
22   - android:layout_height="48dip"
23   - android:layout_width="fill_parent"/>
24   -
25   -</merge>
android/GameSDKRelease/res/layout/com_facebook_placepickerfragment.xml
... ... @@ -1,47 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
19   - android:layout_width="fill_parent"
20   - android:layout_height="fill_parent"
21   - android:background="#FFFFFF"
22   - android:descendantFocusability="beforeDescendants"
23   - android:focusableInTouchMode="true">
24   -
25   - <include layout="@layout/com_facebook_picker_title_bar_stub"/>
26   -
27   - <ListView
28   - android:id="@+id/com_facebook_picker_list_view"
29   - android:layout_width="fill_parent"
30   - android:layout_height="fill_parent"
31   - android:layout_alignParentTop="true"
32   - android:divider="@null"
33   - android:fastScrollEnabled="true"
34   - android:scrollbars="vertical"
35   - android:listSelector="@drawable/com_facebook_picker_list_selector"
36   - android:cacheColorHint="#FFFFFF"
37   - />
38   -
39   - <ProgressBar android:indeterminate="true"
40   - android:layout_width="wrap_content"
41   - android:layout_height="wrap_content"
42   - android:id="@+id/com_facebook_picker_activity_circle"
43   - style="@android:style/Widget.ProgressBar"
44   - android:layout_centerInParent="true"
45   - android:visibility="invisible"
46   - />
47   -</RelativeLayout>
android/GameSDKRelease/res/layout/com_facebook_placepickerfragment_list_row.xml
... ... @@ -1,90 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<RelativeLayout
19   - xmlns:android="http://schemas.android.com/apk/res/android"
20   - android:layout_height="wrap_content"
21   - android:layout_width="match_parent"
22   - android:focusable="false">
23   - <LinearLayout
24   - android:layout_width="match_parent"
25   - android:layout_height="wrap_content"
26   - android:orientation="horizontal"
27   - android:focusable="false"
28   - >
29   - <FrameLayout
30   - android:layout_width="80dp"
31   - android:layout_height="wrap_content"
32   - >
33   - <ViewStub
34   - android:id="@+id/com_facebook_picker_profile_pic_stub"
35   - android:inflatedId="@+id/com_facebook_picker_image"
36   - android:layout="@layout/com_facebook_picker_image"
37   - android:layout_gravity="left|center_vertical"
38   - android:layout_width="@dimen/com_facebook_picker_place_image_size"
39   - android:layout_height="@dimen/com_facebook_picker_place_image_size" />
40   - </FrameLayout>
41   - <LinearLayout
42   - android:orientation="vertical"
43   - android:focusable="false"
44   - android:layout_width="0dip"
45   - android:layout_height="wrap_content"
46   - android:layout_marginRight="16dp"
47   - android:layout_gravity="center_vertical"
48   - android:layout_weight="1">
49   - <TextView
50   - android:id="@+id/com_facebook_picker_title"
51   - android:layout_width="fill_parent"
52   - android:layout_height="wrap_content"
53   - android:layout_weight="1.0"
54   - android:ellipsize="end"
55   - android:singleLine="true"
56   - android:typeface="sans"
57   - android:textColor="#000000"
58   - android:lines="1"
59   - android:textSize="16sp"
60   - android:gravity="left|center_vertical"/>
61   - <TextView
62   - android:id="@+id/picker_subtitle"
63   - android:layout_width="fill_parent"
64   - android:layout_height="wrap_content"
65   - android:layout_weight="1.0"
66   - android:ellipsize="end"
67   - android:singleLine="true"
68   - android:textColor="#666666"
69   - android:lines="1"
70   - android:typeface="sans"
71   - android:textSize="12sp"
72   - android:gravity="left|center_vertical"/>
73   - </LinearLayout>
74   - <!--ViewStub
75   - android:id="@+id/checkbox_stub"
76   - android:inflatedId="@+id/picker_checkbox"
77   - android:layout="@layout/checkbox_layout"
78   - android:layout_width="23dip"
79   - android:layout_height="23dip"
80   - android:layout_marginRight="10dip"/-->
81   - </LinearLayout>
82   - <View
83   - android:layout_width="0dp"
84   - android:layout_height="@dimen/com_facebook_picker_divider_width"
85   - android:layout_alignParentLeft="true"
86   - android:layout_alignParentRight="true"
87   - android:layout_alignParentBottom="true"
88   - android:background="@drawable/com_facebook_picker_default_separator_color"
89   - />
90   -</RelativeLayout>
android/GameSDKRelease/res/layout/com_facebook_search_bar_layout.xml
... ... @@ -1,31 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -
3   -<LinearLayout
4   - xmlns:android="http://schemas.android.com/apk/res/android"
5   - android:id="@+id/com_facebook_search_bar_view"
6   - android:orientation="horizontal"
7   - android:layout_width="match_parent"
8   - android:layout_height="wrap_content"
9   - android:paddingTop="0dp"
10   - android:paddingBottom="0dp"
11   - android:paddingLeft="5dp"
12   - android:paddingRight="5dp"
13   - android:background="@color/com_facebook_picker_search_bar_background"
14   - >
15   - <EditText
16   - android:id="@+id/com_facebook_picker_search_text"
17   - android:layout_width="match_parent"
18   - android:layout_height="48dp"
19   - android:layout_marginLeft="5dp"
20   - android:singleLine="true"
21   - android:layout_gravity="center"
22   - android:gravity="center_vertical"
23   - android:textSize="16dp"
24   - android:textColor="@android:color/black"
25   - android:textColorHint="@color/com_facebook_picker_search_bar_text"
26   - android:background="@color/com_facebook_picker_search_bar_background"
27   - android:drawableLeft="@drawable/com_facebook_picker_magnifier"
28   - android:drawablePadding="5dp"
29   - android:imeOptions="actionDone"
30   - />
31   -</LinearLayout>
32 0 \ No newline at end of file
android/GameSDKRelease/res/layout/com_facebook_usersettingsfragment.xml
... ... @@ -1,59 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<ScrollView
19   - xmlns:android="http://schemas.android.com/apk/res/android"
20   - xmlns:loginView="http://schemas.android.com/apk/res-auto"
21   - android:layout_width="fill_parent"
22   - android:layout_height="fill_parent"
23   - android:background="@drawable/com_facebook_usersettingsfragment_background_gradient" >
24   - <LinearLayout
25   - android:layout_width="fill_parent"
26   - android:layout_height="fill_parent"
27   - android:orientation="vertical">
28   -
29   - <ImageView
30   - android:id="@+id/com_facebook_usersettingsfragment_logo_image"
31   - android:layout_width="193dp"
32   - android:layout_height="44dp"
33   - android:layout_gravity="center_horizontal"
34   - android:src="@drawable/com_facebook_logo"
35   - android:layout_marginTop="35dp"
36   - android:contentDescription="@string/com_facebook_logo_content_description"/>
37   -
38   - <TextView
39   - android:id="@+id/com_facebook_usersettingsfragment_profile_name"
40   - android:layout_width="fill_parent"
41   - android:layout_height="100dp"
42   - android:lines="1"
43   - android:textSize="16sp"
44   - android:textStyle="bold"
45   - android:layout_marginTop="35dp"
46   - android:gravity="center"/>
47   -
48   - <com.facebook.widget.LoginButton
49   - android:id="@+id/com_facebook_usersettingsfragment_login_button"
50   - android:layout_width="wrap_content"
51   - android:layout_height="wrap_content"
52   - android:layout_gravity="center_horizontal"
53   - android:layout_marginTop="35dp"
54   - android:layout_marginBottom="35dp"
55   - loginView:login_text="@string/com_facebook_usersettingsfragment_log_in_button"
56   - style="@style/com_facebook_loginview_silver_style" />
57   -
58   - </LinearLayout>
59   -</ScrollView>
android/GameSDKRelease/res/layout/custom_notification.xml
... ... @@ -0,0 +1,41 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="match_parent"
  4 + android:layout_height="match_parent"
  5 + android:paddingBottom="10dp"
  6 + android:paddingTop="10dp" >
  7 +
  8 + <ImageView
  9 + android:id="@+id/icon"
  10 + android:layout_width="43dp"
  11 + android:layout_height="43dp"
  12 + android:layout_centerVertical="true"
  13 + android:layout_marginLeft="10dp"
  14 + android:scaleType="fitXY" />
  15 +
  16 + <LinearLayout
  17 + android:layout_width="wrap_content"
  18 + android:layout_height="wrap_content"
  19 + android:layout_centerVertical="true"
  20 + android:layout_marginLeft="15dp"
  21 + android:layout_toRightOf="@id/icon"
  22 + android:orientation="vertical" >
  23 +
  24 + <TextView
  25 + android:id="@+id/title"
  26 + style="@style/NotificationTitle"
  27 + android:layout_width="wrap_content"
  28 + android:layout_height="wrap_content"
  29 + android:text="LEVEL PROMOTED TO GRADE 1"
  30 + android:textSize="17sp" />
  31 +
  32 + <TextView
  33 + android:id="@+id/desc"
  34 + style="@style/NotificationText"
  35 + android:layout_width="wrap_content"
  36 + android:layout_height="wrap_content"
  37 + android:text="CLICK TO VIEW RANKING >"
  38 + android:textSize="12sp" />
  39 + </LinearLayout>
  40 +
  41 +</RelativeLayout>
0 42 \ No newline at end of file
android/GameSDKRelease/res/layout/fragment_payment_choice.xml
... ... @@ -54,6 +54,7 @@
54 54 android:layout_marginRight="45dp"
55 55 android:src="@drawable/arrow_tag" />
56 56 </RelativeLayout>
  57 +
57 58 <RelativeLayout
58 59 android:id="@+id/item_mol_global"
59 60 android:layout_width="match_parent"
... ... @@ -283,6 +284,7 @@
283 284 android:layout_marginRight="45dp"
284 285 android:src="@drawable/arrow_tag" />
285 286 </RelativeLayout>
  287 +
286 288 <RelativeLayout
287 289 android:id="@+id/item_indomog"
288 290 android:layout_width="match_parent"
... ... @@ -558,6 +560,28 @@
558 560 android:layout_marginRight="45dp"
559 561 android:src="@drawable/arrow_tag" />
560 562 </RelativeLayout>
  563 + <RelativeLayout
  564 + android:id="@+id/item_upay"
  565 + android:layout_width="match_parent"
  566 + android:layout_height="wrap_content"
  567 + android:background="@drawable/payment_bg"
  568 + android:visibility="gone" >
  569 +
  570 + <ImageView
  571 + android:layout_width="wrap_content"
  572 + android:layout_height="wrap_content"
  573 + android:layout_centerVertical="true"
  574 + android:layout_marginLeft="10dp"
  575 + android:src="@drawable/logo_12call" />
  576 +
  577 + <ImageView
  578 + android:layout_width="wrap_content"
  579 + android:layout_height="wrap_content"
  580 + android:layout_alignParentRight="true"
  581 + android:layout_centerVertical="true"
  582 + android:layout_marginRight="45dp"
  583 + android:src="@drawable/arrow_tag" />
  584 + </RelativeLayout>
561 585 </LinearLayout>
562 586  
563 587 </ScrollView>
564 588 \ No newline at end of file
android/GameSDKRelease/res/layout/notification_banner.xml
... ... @@ -0,0 +1,18 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="match_parent"
  4 + android:layout_height="wrap_content"
  5 + android:paddingBottom="7dp" >
  6 +
  7 + <ImageView
  8 + android:id="@+id/banner"
  9 + android:layout_width="match_parent"
  10 + android:layout_height="100dp"
  11 + android:layout_marginBottom="7dp"
  12 + android:layout_marginLeft="10dp"
  13 + android:layout_marginRight="10dp"
  14 + android:layout_marginTop="10dp"
  15 + android:scaleType="fitXY"
  16 + android:src="@drawable/btn_orange_bg" />
  17 +
  18 +</RelativeLayout>
0 19 \ No newline at end of file
android/GameSDKRelease/res/layout/title.xml
... ... @@ -21,8 +21,7 @@
21 21 android:layout_centerVertical="true"
22 22 android:layout_toRightOf="@id/btn_back"
23 23 android:textColor="@color/black_text"
24   - android:textSize="18sp"
25   - android:visibility="gone" />
  24 + android:textSize="18sp" />
26 25  
27 26 <ImageView
28 27 android:id="@+id/log"
android/GameSDKRelease/res/layout/upay_topup_dialog.xml
... ... @@ -0,0 +1,100 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:id="@+id/upay_topup_bg"
  4 + android:layout_width="match_parent"
  5 + android:layout_height="match_parent"
  6 + android:orientation="vertical"
  7 + android:background="#000000"
  8 + >
  9 + <ScrollView
  10 + android:layout_width="match_parent"
  11 + android:layout_height="wrap_content"
  12 + android:scrollbars="vertical"
  13 + android:layout_centerHorizontal="true"
  14 + android:layout_centerVertical="true"
  15 + android:background="@drawable/upay_dialog_m"
  16 + android:layout_marginLeft="20dp"
  17 + android:layout_marginRight="20dp">
  18 + <LinearLayout
  19 + android:layout_width="fill_parent"
  20 + android:layout_height="wrap_content"
  21 + android:orientation="vertical"
  22 + >
  23 + <ImageView
  24 + android:id="@+id/img_topup_title"
  25 + android:layout_width="158dp"
  26 + android:layout_height="110dp"
  27 + android:layout_marginTop="10dp"
  28 + android:src="@drawable/upay_topup_call"
  29 + android:layout_gravity="center_horizontal"
  30 + />
  31 +
  32 + <LinearLayout
  33 + android:layout_width="wrap_content"
  34 + android:layout_height="wrap_content"
  35 + android:layout_marginTop="20dp"
  36 + android:layout_marginLeft="10dp"
  37 + android:layout_marginRight="10dp">
  38 + <TextView
  39 + android:layout_width="wrap_content"
  40 + android:layout_height="wrap_content"
  41 + android:text="@string/card"
  42 + android:textSize="16dp"
  43 + android:textColor="#000"/>
  44 + <TextView
  45 + android:layout_width="wrap_content"
  46 + android:layout_height="wrap_content"
  47 + android:text="*"
  48 + android:textSize="16dp"
  49 + android:layout_marginLeft="5dp"
  50 + android:textColor="#FF0033"/>
  51 + </LinearLayout>
  52 +
  53 + <EditText
  54 + android:id="@+id/et_card_number"
  55 + android:layout_width="fill_parent"
  56 + android:layout_height="wrap_content"
  57 + android:hint="@string/card_hint"
  58 + android:layout_marginLeft="10dp"
  59 + android:layout_marginRight="10dp"
  60 + android:layout_marginTop="10dp"
  61 + android:textSize="16dp"
  62 + android:textColor="#000"/>
  63 +
  64 +
  65 + <LinearLayout
  66 + android:layout_width="fill_parent"
  67 + android:layout_height="wrap_content"
  68 + android:layout_marginTop="20dp"
  69 + android:layout_marginBottom="10dp"
  70 + android:layout_gravity="center_horizontal">
  71 + <Button
  72 + android:id="@+id/butn_ok"
  73 + android:layout_width="wrap_content"
  74 + android:layout_height="40dp"
  75 + android:background="@drawable/upay_ok"
  76 + android:layout_gravity="left"
  77 + android:layout_marginLeft="10dp"
  78 + android:layout_marginRight="10dp"
  79 + android:text="@string/button_ok"
  80 + android:layout_weight="1"
  81 + android:textColor="#fff"
  82 + android:textSize="18dp"
  83 + />
  84 + <Button
  85 + android:id="@+id/butn_cancel"
  86 + android:layout_width="wrap_content"
  87 + android:layout_height="40dp"
  88 + android:background="@drawable/upay_cancel"
  89 + android:layout_gravity="right"
  90 + android:layout_marginRight="10dp"
  91 + android:layout_weight="1"
  92 + android:text="@string/button_cancel"
  93 + android:textColor="#fff"
  94 + android:layout_marginLeft="10dp"
  95 + android:textSize="18dp"
  96 + />
  97 + </LinearLayout>
  98 + </LinearLayout>
  99 +</ScrollView>
  100 +</RelativeLayout>
0 101 \ No newline at end of file
android/GameSDKRelease/res/values-es/strings.xml
... ... @@ -1,45 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<resources>
19   - <string name="com_facebook_dialogloginactivity_ok_button">Aceptar</string>
20   - <string name="com_facebook_loginview_log_out_button">Cerrar sesión</string>
21   - <!--string name="com_facebook_loginview_log_in_button">Iniciar sesión con Facebook</string-->
22   - <string name="com_facebook_loginview_log_in_button">Sign up with Facebook</string>
23   - <string name="com_facebook_loginview_logged_in_as">Sesión iniciada como: %1$s</string>
24   - <string name="com_facebook_loginview_logged_in_using_facebook">Sesión iniciada con Facebook</string>
25   - <string name="com_facebook_loginview_log_out_action">Cerrar sesión</string>
26   - <string name="com_facebook_loginview_cancel_action">Cancelar</string>
27   - <string name="com_facebook_logo_content_description">Logo de Facebook</string>
28   - <string name="com_facebook_usersettingsfragment_log_in_button">Iniciar sesión&#8230;</string>
29   - <string name="com_facebook_usersettingsfragment_logged_in">Sesión iniciada</string>
30   - <string name="com_facebook_usersettingsfragment_not_logged_in">No has iniciado sesión</string>
31   - <string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d estuvieron aquí</string>
32   - <string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
33   - <string name="com_facebook_placepicker_subtitle_were_here_only_format">es:%1$,d estuvieron aquí</string>
34   - <string name="com_facebook_picker_done_button_text">Aceptar</string>
35   - <string name="com_facebook_choose_friends">Elige Amigos</string>
36   - <string name="com_facebook_nearby">Cercano</string>
37   - <string name="com_facebook_loading">Cargando</string>
38   - <string name="com_facebook_internet_permission_error_title">Error de AndroidManifest</string>
39   - <string name="com_facebook_internet_permission_error_message">WebView inicio de sesión requiere permiso INTERNET</string>
40   - <string name="com_facebook_requesterror_web_login">Por favor, iniciar sesión a través https://www.facebook.com o https://m.facebook.com para volver a activar la aplicación para conectar con Facebook.</string>
41   - <string name="com_facebook_requesterror_relogin">La aplicación no se conecta con Facebook, inicie sesión y volver a conectar esta aplicación.</string>
42   - <string name="com_facebook_requesterror_password_changed">Su contraseña de Facebook ha cambiado, por favor vuelva a conectar la aplicación con Facebook.</string>
43   - <string name="com_facebook_requesterror_reconnect">Se produjo un error al conectar con Facebook, por favor vuelva a conectar la aplicación con Facebook.</string>
44   - <string name="com_facebook_requesterror_permissions">Una conexión de aplicación con Facebook falló debido a permisos insuficientes, por favor, conceda los permisos de aplicaciones para realizar la operación.</string>
45   -</resources>
android/GameSDKRelease/res/values-hdpi/dimens.xml
... ... @@ -1,4 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   - <dimen name="com_facebook_picker_divider_width">1px</dimen>
4   -</resources>
5 0 \ No newline at end of file
android/GameSDKRelease/res/values-he/strings.xml
... ... @@ -1,45 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<resources>
19   - <string name="com_facebook_loginview_log_out_button">התנתק</string>
20   - <!--string name="com_facebook_loginview_log_in_button">התחבר לפייסבוק</string-->
21   - <string name="com_facebook_loginview_log_in_button">Sign up with Facebook</string>
22   - <string name="com_facebook_loginview_logged_in_as">מחובר בשם: %1$s</string>
23   - <string name="com_facebook_loginview_logged_in_using_facebook">מחובר באמצעות פייסבוק</string>
24   - <string name="com_facebook_loginview_log_out_action">התנתק</string>
25   - <string name="com_facebook_loginview_cancel_action">בטל</string>
26   - <string name="com_facebook_logo_content_description">פייסבוק לוגו</string>
27   - <string name="com_facebook_usersettingsfragment_log_in_button">התחבר&#8230;</string>
28   - <string name="com_facebook_usersettingsfragment_logged_in">מחובר</string>
29   - <string name="com_facebook_usersettingsfragment_not_logged_in">לא מחובר</string>
30   - <string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d היו פה</string>
31   - <string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
32   - <string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d היו פה</string>
33   - <string name="com_facebook_picker_done_button_text">בצע</string>
34   - <string name="com_facebook_choose_friends">בחר חברים</string>
35   - <string name="com_facebook_nearby">קרוב אליי</string>
36   - <string name="com_facebook_loading">..מעלה</string>
37   - <string name="com_facebook_internet_permission_error_title">AndroidManifest שגיאת</string>
38   - <string name="com_facebook_internet_permission_error_message">ההתחברות לתצוגת אתר דורשת אישור אינטרנט</string>
39   - <string name="com_facebook_requesterror_web_login">.כדי לאפשר מחדש לאפליקציה להתחבר עם פייסבוק https://www.facebook.com או https://m.facebook.com אנא היכנס דרך</string>
40   - <string name="com_facebook_requesterror_relogin">.האפליקציה אינה מחוברת לפייסבוק, אנא היכנס וחבר מחדש את האפליקציה</string>
41   - <string name="com_facebook_requesterror_password_changed">.הסיסמה שלך בפייסבוק השתנתה, אנא חבר מחדש את האפליקציה עם פייסבוק</string>
42   - <string name="com_facebook_requesterror_reconnect">.ארעה שגיאה בעת החיבור עם פייסבוק, חבר בבקשה מחדש את האפליקציה עם פייסבוק</string>
43   - <string name="com_facebook_requesterror_permissions">.חיבור האפליקציה עם פייסבוק נכשל בשל הרשאות לא מספקות, אנא הענק הרשאות לאפליקציה בכדי שהפעולה תוכל להתבצע</string>
44   - <string name="com_facebook_dialogloginactivity_ok_button">אישור</string>
45   -</resources>
android/GameSDKRelease/res/values-iw/strings.xml
... ... @@ -1,46 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<resources>
19   - <string name="com_facebook_loginview_log_out_button">התנתק</string>
20   - <!--string name="com_facebook_loginview_log_in_button">התחבר לפייסבוק</string-->
21   - <string name="com_facebook_loginview_log_in_button">Sign up with Facebook</string>
22   - <string name="com_facebook_loginview_logged_in_as">מחובר בשם: %1$s</string>
23   - <string name="com_facebook_loginview_logged_in_using_facebook">מחובר באמצעות פייסבוק</string>
24   - <string name="com_facebook_loginview_log_out_action">התנתק</string>
25   - <string name="com_facebook_loginview_cancel_action">בטל</string>
26   - <string name="com_facebook_logo_content_description">פייסבוק לוגו</string>
27   - <string name="com_facebook_usersettingsfragment_log_in_button">התחבר&#8230;</string>
28   - <string name="com_facebook_usersettingsfragment_logged_in">מחובר</string>
29   - <string name="com_facebook_usersettingsfragment_not_logged_in">לא מחובר</string>
30   - <string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d היו פה</string>
31   - <string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
32   - <string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d היו פה</string>
33   - <string name="com_facebook_picker_done_button_text">בצע</string>
34   - <string name="com_facebook_choose_friends">בחר חברים</string>
35   - <string name="com_facebook_nearby">קרוב אליי</string>
36   - <string name="com_facebook_loading">..מעלה</string>
37   - <string name="com_facebook_internet_permission_error_title">AndroidManifest שגיאת</string>
38   - <string name="com_facebook_internet_permission_error_message">ההתחברות לתצוגת אתר דורשת אישור אינטרנט</string>
39   - <string name="com_facebook_requesterror_web_login">.כדי לאפשר מחדש לאפליקציה להתחבר עם פייסבוק https://www.facebook.com או https://m.facebook.com אנא היכנס דרך</string>
40   - <string name="com_facebook_requesterror_relogin">.האפליקציה אינה מחוברת לפייסבוק, אנא היכנס וחבר מחדש את האפליקציה</string>
41   - <string name="com_facebook_requesterror_password_changed">.הסיסמה שלך בפייסבוק השתנתה, אנא חבר מחדש את האפליקציה עם פייסבוק</string>
42   - <string name="com_facebook_requesterror_reconnect">.ארעה שגיאה בעת החיבור עם פייסבוק, חבר בבקשה מחדש את האפליקציה עם פייסבוק</string>
43   - <string name="com_facebook_requesterror_permissions">.חיבור האפליקציה עם פייסבוק נכשל בשל הרשאות לא מספקות, אנא הענק הרשאות לאפליקציה בכדי שהפעולה תוכל להתבצע</string>
44   - <string name="com_facebook_dialogloginactivity_ok_button">אישור</string>
45   -</resources>
46   -
47 0 \ No newline at end of file
android/GameSDKRelease/res/values-ldpi/dimens.xml
... ... @@ -1,4 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   - <dimen name="com_facebook_picker_divider_width">1px</dimen>
4   -</resources>
5 0 \ No newline at end of file
android/GameSDKRelease/res/values-mdpi/dimens.xml
... ... @@ -1,4 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   - <dimen name="com_facebook_picker_divider_width">1px</dimen>
4   -</resources>
5 0 \ No newline at end of file
android/GameSDKRelease/res/values-xhdpi/dimens.xml
... ... @@ -1,4 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   - <dimen name="com_facebook_picker_divider_width">2px</dimen>
4   -</resources>
5 0 \ No newline at end of file
android/GameSDKRelease/res/values-zh/strings.xml
... ... @@ -19,7 +19,7 @@
19 19 <string name="bind_fail">绑定失败</string>
20 20 <string name="net_error">网络无法连接,请查看网络设置</string>
21 21 <!-- facebook id -->
22   - <!-- payment -->
  22 + <!-- 支付 -->
23 23 <!-- title -->
24 24 <string name="title_payment_choice">请选择支付方式</string>
25 25 <!-- summary title -->
... ... @@ -35,4 +35,5 @@
35 35 <string name="paypal_choice_tip">请选择支付金额</string>
36 36 <!-- gp -->
37 37 <string name="gp_choice_tip">请选择支付金额</string>
  38 +
38 39 </resources>
39 40 \ No newline at end of file
android/GameSDKRelease/res/values/attrs.xml
... ... @@ -1,52 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<!--
3   - Copyright 2010-present Facebook.
4   -
5   - Licensed under the Apache License, Version 2.0 (the "License");
6   - you may not use this file except in compliance with the License.
7   - You may obtain a copy of the License at
8   -
9   - http://www.apache.org/licenses/LICENSE-2.0
10   -
11   - Unless required by applicable law or agreed to in writing, software
12   - distributed under the License is distributed on an "AS IS" BASIS,
13   - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   - See the License for the specific language governing permissions and
15   - limitations under the License.
16   --->
17   -
18   -<resources>
19   - <declare-styleable name="com_facebook_picker_fragment">
20   - <attr name="show_pictures" format="boolean"/>
21   - <attr name="extra_fields" format="string"/>
22   - <attr name="show_title_bar" format="boolean" />
23   - <attr name="title_text" format="string" />
24   - <attr name="done_button_text" format="string" />
25   - <attr name="title_bar_background" format="reference" />
26   - <attr name="done_button_background" format="reference" />
27   - </declare-styleable>
28   - <declare-styleable name="com_facebook_friend_picker_fragment">
29   - <attr name="multi_select" format="boolean"/>
30   - </declare-styleable>
31   - <declare-styleable name="com_facebook_place_picker_fragment">
32   - <attr name="radius_in_meters" format="integer"/>
33   - <attr name="results_limit" format="integer"/>
34   - <attr name="search_text" format="string"/>
35   - <attr name="show_search_box" format="boolean" />
36   - </declare-styleable>
37   - <declare-styleable name="com_facebook_login_view">
38   - <attr name="confirm_logout" format="boolean"/>
39   - <attr name="fetch_user_info" format="boolean"/>
40   - <attr name="login_text" format="string"/>
41   - <attr name="logout_text" format="string"/>
42   - </declare-styleable>
43   - <declare-styleable name="com_facebook_profile_picture_view">
44   - <attr name="preset_size">
45   - <!-- Keep in sync with constants in ProfilePictureView -->
46   - <enum name="small" value="-2" />
47   - <enum name="normal" value="-3" />
48   - <enum name="large" value="-4" />
49   - </attr>
50   - <attr name="is_cropped" format="boolean" />
51   - </declare-styleable>
52   -</resources>
android/GameSDKRelease/res/values/colors.xml
... ... @@ -19,10 +19,4 @@
19 19 <color name="payment_common_bg">#f2efeb</color>
20 20 <color name="summary_bg">#d6d4d1</color>
21 21 <color name="background_color">#00a0e9</color>
22   -
23   - <dimen name="com_facebook_picker_place_image_size">64dp</dimen>
24   -
25   - <color name="com_facebook_picker_search_bar_background">#f5f5f7</color>
26   - <color name="com_facebook_picker_search_bar_text">#bcbdc2</color>
27   -
28 22 </resources>
29 23 \ No newline at end of file
android/GameSDKRelease/res/values/drawables.xml
... ... @@ -1,4 +0,0 @@
1   -<?xml version="1.0" encoding="utf-8"?>
2   -<resources>
3   - <drawable name="com_facebook_picker_default_separator_color">#33464c59</drawable>
4   -</resources>
5 0 \ No newline at end of file
android/GameSDKRelease/res/values/strings.xml
... ... @@ -25,32 +25,7 @@
25 25 <string name="fb_login">Login with Facebook</string>
26 26 <string name="signup_success">Sign Up Successfully</string>
27 27 <!-- facebook -->
28   - <string name="com_facebook_dialogloginactivity_ok_button">OK</string>
29   - <string name="com_facebook_loginview_log_out_button">Log out</string>
30   - <!-- string name="com_facebook_loginview_log_in_button">Log in with Facebook</string -->
31   - <string name="com_facebook_loginview_log_in_button">Sign up with Facebook</string>
32   - <string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string>
33   - <string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string>
34   - <string name="com_facebook_loginview_log_out_action">Log out</string>
35   - <string name="com_facebook_loginview_cancel_action">Cancel</string>
36   - <string name="com_facebook_logo_content_description">Facebook Logo</string>
37   - <string name="com_facebook_usersettingsfragment_log_in_button">Log in&#8230;</string>
38   - <string name="com_facebook_usersettingsfragment_logged_in">Logged in</string>
39   - <string name="com_facebook_usersettingsfragment_not_logged_in">Not logged in</string>
40   - <string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d were here</string>
41   - <string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
42   - <string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d were here</string>
43   - <string name="com_facebook_picker_done_button_text">Done</string>
44   - <string name="com_facebook_choose_friends">Choose Friends</string>
45   - <string name="com_facebook_nearby">Nearby</string>
46   - <string name="com_facebook_loading">Loading...</string>
47   - <string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string>
48   - <string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string>
49   - <string name="com_facebook_requesterror_web_login">Your Facebook account is locked. Please log into www.facebook.com to continue.</string>
50   - <string name="com_facebook_requesterror_relogin">Please log into this app again to reconnect your Facebook account.</string>
51   - <string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string>
52   - <string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string>
53   - <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>
  28 +
54 29  
55 30 <!-- 支付相关 -->
56 31 <!-- title -->
android/GameSDKRelease/res/values/styles.xml
... ... @@ -16,44 +16,14 @@
16 16 -->
17 17  
18 18 <resources xmlns:android="http://schemas.android.com/apk/res/android">
19   - <color name="com_facebook_blue">#3B5998</color>
20   -
21   - <color name="com_facebook_usersettingsfragment_connected_text_color">#FFFFFF</color>
22   - <color name="com_facebook_usersettingsfragment_connected_shadow_color">#000000</color>
23   - <color name="com_facebook_usersettingsfragment_not_connected_text_color">#A6AED7</color>
24   - <dimen name="com_facebook_usersettingsfragment_profile_picture_width">64dp</dimen>
25   - <dimen name="com_facebook_usersettingsfragment_profile_picture_height">64dp</dimen>
26   -
27   - <dimen name="com_facebook_loginview_padding_left">12dip</dimen>
28   - <dimen name="com_facebook_loginview_padding_right">16dp</dimen>
29   - <dimen name="com_facebook_loginview_padding_top">12dp</dimen>
30   - <dimen name="com_facebook_loginview_padding_bottom">12dp</dimen>
31   - <dimen name="com_facebook_loginview_compound_drawable_padding">12dp</dimen>
32   - <color name="com_facebook_loginview_text_color">#FFFFFF</color>
33   - <dimen name="com_facebook_loginview_text_size">16.0sp</dimen>
34 19  
35   - <dimen name="com_facebook_profilepictureview_preset_size_small">50dp</dimen>
36   - <dimen name="com_facebook_profilepictureview_preset_size_normal">100dp</dimen>
37   - <dimen name="com_facebook_profilepictureview_preset_size_large">180dp</dimen>
38 20  
39   - <style name="com_facebook_loginview_default_style" parent="@android:style/Widget.Button">
40   - <item name="android:layout_width">wrap_content</item>
41   - <item name="android:layout_height">wrap_content</item>
42   - <item name="android:background">@drawable/com_facebook_button_blue</item>
43   - <item name="android:textColor">@color/com_facebook_loginview_text_color</item>
44   - <item name="android:textSize">@dimen/com_facebook_loginview_text_size</item>
45   - <item name="android:textStyle">bold</item>
46   - <item name="android:paddingLeft">@dimen/com_facebook_loginview_padding_left</item>
47   - <item name="android:gravity">center</item>
  21 + <style name="NotificationText">
  22 + <item name="android:textColor">?android:attr/textColorPrimary</item>
48 23 </style>
49 24  
50   - <style name="com_facebook_loginview_silver_style" parent="@android:style/Widget.Button">
51   - <item name="android:width">205dp</item>
52   - <item name="android:height">44dp</item>
53   - <item name="android:background">@drawable/com_facebook_loginbutton_silver</item>
54   - <item name="android:textSize">18sp</item>
  25 + <style name="NotificationTitle">
  26 + <item name="android:textColor">?android:attr/textColorPrimary</item>
55 27 <item name="android:textStyle">bold</item>
56   - <item name="android:textColor">#4B5164</item>
57   - <item name="android:gravity">center</item>
58 28 </style>
59 29 </resources>
android/GameSDKRelease/res/values/upay_strings.xml
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 +
  4 + <string name="card">Card number :</string>
  5 + <string name="card_hint">Card number</string>
  6 + <string name="button_ok">Top up</string>
  7 + <string name="button_cancel">Cancel</string>
  8 +
  9 + <string name="progress_message">Please wait...</string>
  10 +</resources>