Commit d1bf9b48f723f243cc2680c671b6b2d42fcae41e

Authored by 赵康
1 parent 031cacaf63
Exists in master

add required resources

Showing 120 changed files with 2079 additions and 0 deletions Side-by-side Diff

android/GameSDKRelease/libs/FacebookSDK.jar
No preview for this file type
android/GameSDKRelease/libs/PayPalAndroidSDK.jar
No preview for this file type
android/GameSDKRelease/libs/android-support-v4.jar
No preview for this file type
android/GameSDKRelease/libs/armeabi-v7a/libcardioDecider.so
No preview for this file type
android/GameSDKRelease/libs/armeabi-v7a/libcardioRecognizer.so
No preview for this file type
android/GameSDKRelease/libs/armeabi-v7a/libcardioRecognizer_tegra2.so
No preview for this file type
android/GameSDKRelease/libs/armeabi-v7a/libopencv_core.so
No preview for this file type
android/GameSDKRelease/libs/armeabi-v7a/libopencv_imgproc.so
No preview for this file type
android/GameSDKRelease/libs/armeabi/libcardioDecider.so
No preview for this file type
android/GameSDKRelease/libs/image-cache.jar
No preview for this file type
android/GameSDKRelease/libs/mips/libcardioDecider.so
No preview for this file type
android/GameSDKRelease/libs/x86/libcardioDecider.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-hdpi/ic_close.png

1.9 KB

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

9.18 KB

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-nodpi/log.png

9.56 KB

android/GameSDKRelease/res/drawable-nodpi/r_bg_normal.9.png

190 Bytes

android/GameSDKRelease/res/drawable-nodpi/r_bg_selected.9.png

244 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/btn_white_bg.xml
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<shape xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:shape="rectangle" >
  4 +
  5 + <corners android:radius="3dp" />
  6 +
  7 + <solid android:color="#f2efeb" />
  8 + <size android:height="35dp"/>
  9 +
  10 +</shape>
0 11 \ No newline at end of file
android/GameSDKRelease/res/drawable/com_facebook_button_blue.xml
... ... @@ -0,0 +1,24 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<selector xmlns:android="http://schemas.android.com/apk/res/android">
  3 +
  4 + <item
  5 + android:drawable="@drawable/com_facebook_button_blue_pressed"
  6 + android:state_focused="true"
  7 + android:state_pressed="true"
  8 + />
  9 + <item
  10 + android:drawable="@drawable/com_facebook_button_blue_pressed"
  11 + android:state_focused="false"
  12 + android:state_pressed="true"
  13 + />
  14 + <item
  15 + android:drawable="@drawable/com_facebook_button_blue_focused"
  16 + android:state_focused="true"
  17 + />
  18 + <item
  19 + android:drawable="@drawable/com_facebook_button_blue_normal"
  20 + android:state_focused="false"
  21 + android:state_pressed="false"
  22 + />
  23 +
  24 +</selector>
android/GameSDKRelease/res/drawable/com_facebook_button_blue_focused.9.png

383 Bytes

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

380 Bytes

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

323 Bytes

android/GameSDKRelease/res/drawable/com_facebook_button_check.xml
... ... @@ -0,0 +1,20 @@
  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
... ... @@ -0,0 +1,23 @@
  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
... ... @@ -0,0 +1,26 @@
  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
... ... @@ -0,0 +1,27 @@
  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
... ... @@ -0,0 +1,20 @@
  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
... ... @@ -0,0 +1,22 @@
  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
... ... @@ -0,0 +1,22 @@
  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
... ... @@ -0,0 +1,27 @@
  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
... ... @@ -0,0 +1,23 @@
  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/et_bg.xml
... ... @@ -0,0 +1,21 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<shape xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:shape="rectangle" >
  4 +
  5 + <solid android:color="@android:color/white" />
  6 +
  7 + <stroke
  8 + android:width="1dp"
  9 + android:color="@color/line" />
  10 +
  11 + <size android:height="35dp" />
  12 +
  13 + <padding
  14 + android:bottom="2dp"
  15 + android:left="8dp"
  16 + android:right="8dp"
  17 + android:top="2dp" />
  18 +
  19 + <corners android:radius="5dp" />
  20 +
  21 +</shape>
0 22 \ No newline at end of file
android/GameSDKRelease/res/drawable/log.png

9.56 KB

android/GameSDKRelease/res/drawable/payment_bg.xml
... ... @@ -0,0 +1,7 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<selector xmlns:android="http://schemas.android.com/apk/res/android">
  3 +
  4 + <item android:drawable="@drawable/payment_bg_pressed" android:state_pressed="true"/>
  5 + <item android:drawable="@drawable/payment_bg_normal"/>
  6 +
  7 +</selector>
0 8 \ No newline at end of file
android/GameSDKRelease/res/drawable/r_bg.xml
... ... @@ -0,0 +1,7 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<selector xmlns:android="http://schemas.android.com/apk/res/android">
  3 +
  4 + <item android:drawable="@drawable/r_bg_selected" android:state_checked="true"/>
  5 + <item android:drawable="@drawable/r_bg_normal"/>
  6 +
  7 +</selector>
0 8 \ No newline at end of file
android/GameSDKRelease/res/layout/com_facebook_friendpickerfragment.xml
... ... @@ -0,0 +1,44 @@
  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
... ... @@ -0,0 +1,15 @@
  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
... ... @@ -0,0 +1,32 @@
  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
... ... @@ -0,0 +1,25 @@
  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
... ... @@ -0,0 +1,24 @@
  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
... ... @@ -0,0 +1,48 @@
  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
... ... @@ -0,0 +1,34 @@
  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
... ... @@ -0,0 +1,29 @@
  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
... ... @@ -0,0 +1,64 @@
  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
... ... @@ -0,0 +1,25 @@
  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
... ... @@ -0,0 +1,47 @@
  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
... ... @@ -0,0 +1,90 @@
  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
... ... @@ -0,0 +1,31 @@
  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>
0 32 \ No newline at end of file
android/GameSDKRelease/res/layout/com_facebook_usersettingsfragment.xml
... ... @@ -0,0 +1,59 @@
  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/container.xml
... ... @@ -0,0 +1,19 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="match_parent"
  4 + android:layout_height="wrap_content"
  5 + android:gravity="center"
  6 + android:background="@drawable/dialog_bg"
  7 + android:orientation="vertical" >
  8 +
  9 + <include layout="@layout/title" />
  10 +
  11 + <LinearLayout
  12 + android:id="@+id/container"
  13 + android:layout_width="match_parent"
  14 + android:layout_height="wrap_content"
  15 + android:orientation="vertical" >
  16 +
  17 + </LinearLayout>
  18 +
  19 +</LinearLayout>
0 20 \ No newline at end of file
android/GameSDKRelease/res/layout/ex_win.xml
... ... @@ -0,0 +1,23 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="wrap_content"
  4 + android:layout_height="wrap_content"
  5 + android:layout_gravity="center"
  6 + android:orientation="vertical" >
  7 +
  8 + <ImageView
  9 + android:id="@+id/web"
  10 + android:layout_width="wrap_content"
  11 + android:layout_height="wrap_content"
  12 + android:scaleType="fitXY"
  13 + android:padding="10dp" />
  14 +
  15 + <ImageView
  16 + android:id="@+id/close"
  17 + android:layout_width="wrap_content"
  18 + android:layout_height="wrap_content"
  19 + android:layout_alignRight="@id/web"
  20 + android:layout_alignTop="@id/web"
  21 + android:src="@drawable/ic_close" />
  22 +
  23 +</RelativeLayout>
0 24 \ No newline at end of file
android/GameSDKRelease/res/layout/fragment_bind.xml
... ... @@ -0,0 +1,45 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="wrap_content"
  4 + android:layout_height="wrap_content"
  5 + android:scrollbars="none" >
  6 +
  7 + <LinearLayout
  8 + android:layout_width="wrap_content"
  9 + android:layout_height="wrap_content"
  10 + android:background="@android:color/white"
  11 + android:minWidth="293dp"
  12 + android:orientation="vertical" >
  13 +
  14 + <EditText
  15 + android:id="@+id/username"
  16 + android:layout_width="match_parent"
  17 + android:layout_height="wrap_content"
  18 + android:layout_margin="10dp"
  19 + android:background="@drawable/et_bg"
  20 + android:imeOptions="flagNoExtractUi"
  21 + android:hint="@string/user_name_hint" />
  22 +
  23 + <EditText
  24 + android:id="@+id/pwd"
  25 + android:layout_width="match_parent"
  26 + android:layout_height="wrap_content"
  27 + android:layout_margin="10dp"
  28 + android:background="@drawable/et_bg"
  29 + android:imeOptions="flagNoExtractUi"
  30 + android:hint="@string/password_hint"
  31 + android:inputType="textPassword" />
  32 +
  33 + <Button
  34 + android:id="@+id/bind"
  35 + android:layout_width="match_parent"
  36 + android:layout_height="wrap_content"
  37 + android:layout_margin="8dp"
  38 + android:background="@drawable/btn_orange_bg"
  39 + android:padding="5dp"
  40 + android:text="@string/bind"
  41 + android:textColor="@android:color/white"
  42 + android:textSize="16sp" />
  43 + </LinearLayout>
  44 +
  45 +</ScrollView>
0 46 \ No newline at end of file
android/GameSDKRelease/res/layout/fragment_gp.xml
... ... @@ -0,0 +1,154 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="match_parent"
  4 + android:layout_height="match_parent" >
  5 +
  6 + <LinearLayout
  7 + android:layout_width="match_parent"
  8 + android:layout_height="wrap_content"
  9 + android:orientation="vertical" >
  10 +
  11 + <TextView
  12 + android:id="@+id/choice_title"
  13 + android:layout_width="match_parent"
  14 + android:layout_height="wrap_content"
  15 + android:layout_marginLeft="13dp"
  16 + android:layout_marginTop="10dp"
  17 + android:text="@string/gp_choice_tip" />
  18 +
  19 + <com.gumptech.sdk.view.RadioGroup
  20 + android:id="@+id/choices"
  21 + android:layout_width="match_parent"
  22 + android:layout_height="wrap_content" >
  23 +
  24 + <LinearLayout
  25 + android:layout_width="match_parent"
  26 + android:layout_height="wrap_content"
  27 + android:layout_marginBottom="5dp"
  28 + android:layout_marginTop="5dp"
  29 + android:orientation="horizontal"
  30 + android:paddingLeft="13dp"
  31 + android:paddingRight="13dp" >
  32 +
  33 + <RadioButton
  34 + android:id="@+id/choice1"
  35 + android:layout_width="wrap_content"
  36 + android:layout_height="wrap_content"
  37 + android:layout_marginRight="13dp"
  38 + android:layout_weight="1"
  39 + android:background="@drawable/r_bg"
  40 + android:button="@null"
  41 + android:gravity="center"
  42 + android:paddingBottom="10dp"
  43 + android:paddingTop="10dp"
  44 + android:text="110"
  45 + android:textColor="@color/black_text"
  46 + android:textSize="12sp" />
  47 +
  48 + <RadioButton
  49 + android:id="@+id/choice2"
  50 + android:layout_width="wrap_content"
  51 + android:layout_height="wrap_content"
  52 + android:layout_marginRight="13dp"
  53 + android:layout_weight="1"
  54 + android:background="@drawable/r_bg"
  55 + android:button="@null"
  56 + android:gravity="center"
  57 + android:paddingBottom="10dp"
  58 + android:paddingTop="10dp"
  59 + android:text="2"
  60 + android:textColor="@color/black_text"
  61 + android:textSize="12sp" />
  62 +
  63 + <RadioButton
  64 + android:id="@+id/choice3"
  65 + android:layout_width="wrap_content"
  66 + android:layout_height="wrap_content"
  67 + android:layout_weight="1"
  68 + android:background="@drawable/r_bg"
  69 + android:button="@null"
  70 + android:gravity="center"
  71 + android:paddingBottom="10dp"
  72 + android:paddingTop="10dp"
  73 + android:text="3"
  74 + android:textColor="@color/black_text"
  75 + android:textSize="12sp" />
  76 + </LinearLayout>
  77 +
  78 + <LinearLayout
  79 + android:layout_width="match_parent"
  80 + android:layout_height="wrap_content"
  81 + android:orientation="horizontal"
  82 + android:paddingLeft="13dp"
  83 + android:paddingRight="13dp" >
  84 +
  85 + <RadioButton
  86 + android:id="@+id/choice4"
  87 + android:layout_width="wrap_content"
  88 + android:layout_height="wrap_content"
  89 + android:layout_marginRight="13dp"
  90 + android:layout_weight="1"
  91 + android:background="@drawable/r_bg"
  92 + android:button="@null"
  93 + android:gravity="center"
  94 + android:paddingBottom="10dp"
  95 + android:paddingTop="10dp"
  96 + android:text="4"
  97 + android:textColor="@color/black_text"
  98 + android:textSize="12sp" />
  99 +
  100 + <RadioButton
  101 + android:id="@+id/choice5"
  102 + android:layout_width="wrap_content"
  103 + android:layout_height="wrap_content"
  104 + android:layout_marginRight="13dp"
  105 + android:layout_weight="1"
  106 + android:background="@drawable/r_bg"
  107 + android:button="@null"
  108 + android:gravity="center"
  109 + android:paddingBottom="10dp"
  110 + android:paddingTop="10dp"
  111 + android:text="5"
  112 + android:textColor="@color/black_text"
  113 + android:textSize="12sp" />
  114 +
  115 + <RadioButton
  116 + android:id="@+id/choice6"
  117 + android:layout_width="wrap_content"
  118 + android:layout_height="wrap_content"
  119 + android:layout_weight="1"
  120 + android:background="@drawable/r_bg"
  121 + android:button="@null"
  122 + android:gravity="center"
  123 + android:paddingBottom="10dp"
  124 + android:paddingTop="10dp"
  125 + android:text="6"
  126 + android:textColor="@color/black_text"
  127 + android:textSize="12sp" />
  128 + </LinearLayout>
  129 + </com.gumptech.sdk.view.RadioGroup>
  130 +
  131 + <Button
  132 + android:id="@+id/pay"
  133 + android:layout_width="match_parent"
  134 + android:layout_height="wrap_content"
  135 + android:layout_marginLeft="13dp"
  136 + android:layout_marginRight="13dp"
  137 + android:layout_marginTop="10dp"
  138 + android:background="@drawable/btn_orange_bg"
  139 + android:text="@string/pay_ok"
  140 + android:textColor="@android:color/white" />
  141 +
  142 + <TextView
  143 + android:id="@+id/intro"
  144 + android:layout_width="match_parent"
  145 + android:layout_height="wrap_content"
  146 + android:layout_marginLeft="13dp"
  147 + android:layout_marginRight="13dp"
  148 + android:layout_marginTop="10dp"
  149 + android:background="@color/common_gray"
  150 + android:padding="8dp"
  151 + android:textColor="@color/black_text" />
  152 + </LinearLayout>
  153 +
  154 +</ScrollView>
0 155 \ No newline at end of file
android/GameSDKRelease/res/layout/fragment_login.xml
... ... @@ -0,0 +1,68 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="match_parent"
  4 + android:layout_height="wrap_content"
  5 + android:scrollbars="none" >
  6 +
  7 + <LinearLayout
  8 + android:layout_width="match_parent"
  9 + android:layout_height="wrap_content"
  10 + android:background="@drawable/dialog_bg"
  11 + android:minWidth="293dp"
  12 + android:orientation="vertical" >
  13 +
  14 + <EditText
  15 + android:id="@+id/username"
  16 + android:layout_width="fill_parent"
  17 + android:layout_height="wrap_content"
  18 + android:layout_marginLeft="13dp"
  19 + android:layout_marginRight="13dp"
  20 + android:layout_marginTop="10dp"
  21 + android:background="@drawable/et_bg"
  22 + android:hint="@string/user_name_hint"
  23 + android:imeOptions="flagNoExtractUi" />
  24 +
  25 + <EditText
  26 + android:id="@+id/password"
  27 + android:layout_width="fill_parent"
  28 + android:layout_height="wrap_content"
  29 + android:layout_marginLeft="13dp"
  30 + android:layout_marginRight="13dp"
  31 + android:layout_marginTop="10dp"
  32 + android:background="@drawable/et_bg"
  33 + android:hint="@string/password_hint"
  34 + android:imeOptions="flagNoExtractUi"
  35 + android:inputType="textPassword" />
  36 +
  37 + <LinearLayout
  38 + android:layout_width="match_parent"
  39 + android:layout_height="wrap_content"
  40 + android:layout_marginBottom="10dp"
  41 + android:layout_marginTop="13dp"
  42 + android:gravity="center"
  43 + android:orientation="horizontal" >
  44 +
  45 + <Button
  46 + android:id="@+id/login"
  47 + android:layout_width="100dp"
  48 + android:layout_height="wrap_content"
  49 + android:background="@drawable/btn_orange_bg"
  50 + android:padding="5dp"
  51 + android:text="@string/login"
  52 + android:textColor="@android:color/white"
  53 + android:textSize="16sp" />
  54 +
  55 + <Button
  56 + android:id="@+id/sign_up"
  57 + android:layout_width="100dp"
  58 + android:layout_height="wrap_content"
  59 + android:layout_marginLeft="13dp"
  60 + android:background="@drawable/btn_white_bg"
  61 + android:padding="5dp"
  62 + android:text="@string/signup"
  63 + android:textColor="@color/black_text"
  64 + android:textSize="16sp" />
  65 + </LinearLayout>
  66 + </LinearLayout>
  67 +
  68 +</ScrollView>
0 69 \ No newline at end of file
android/GameSDKRelease/res/layout/fragment_mol.xml
... ... @@ -0,0 +1,94 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="fill_parent"
  4 + android:layout_height="match_parent"
  5 + android:background="@color/payment_common_bg" >
  6 +
  7 + <LinearLayout
  8 + android:layout_width="match_parent"
  9 + android:layout_height="wrap_content"
  10 + android:orientation="vertical" >
  11 +
  12 + <TextView
  13 + android:layout_width="match_parent"
  14 + android:layout_height="wrap_content"
  15 + android:background="@drawable/header_tip_bg"
  16 + android:gravity="center_vertical"
  17 + android:paddingLeft="10dp"
  18 + android:text="@string/card_input_tip"
  19 + android:textColor="@color/black_text" />
  20 +
  21 + <LinearLayout
  22 + android:id="@+id/card_input_layout"
  23 + android:layout_width="match_parent"
  24 + android:layout_height="wrap_content"
  25 + android:layout_marginLeft="13dp"
  26 + android:layout_marginRight="13dp"
  27 + android:layout_marginTop="10dp"
  28 + android:orientation="vertical" >
  29 +
  30 + <EditText
  31 + android:id="@+id/card_no"
  32 + android:layout_width="match_parent"
  33 + android:layout_height="wrap_content"
  34 + android:background="@drawable/et_bg"
  35 + android:hint="@string/mol_card_hint" />
  36 +
  37 + <EditText
  38 + android:id="@+id/card_pwd"
  39 + android:layout_width="match_parent"
  40 + android:layout_height="wrap_content"
  41 + android:layout_marginTop="13dp"
  42 + android:background="@drawable/et_bg"
  43 + android:hint="@string/mol_pass_hint" />
  44 + </LinearLayout>
  45 +
  46 + <Button
  47 + android:id="@+id/start_pay"
  48 + android:layout_width="match_parent"
  49 + android:layout_height="wrap_content"
  50 + android:layout_marginLeft="13dp"
  51 + android:layout_marginRight="13dp"
  52 + android:layout_marginTop="16dp"
  53 + android:background="@drawable/btn_orange_bg"
  54 + android:text="@string/pay_ok"
  55 + android:textColor="@android:color/white"
  56 + android:textSize="16sp" />
  57 +
  58 + <Button
  59 + android:id="@+id/wallet"
  60 + android:layout_width="match_parent"
  61 + android:layout_height="wrap_content"
  62 + android:layout_marginBottom="15dp"
  63 + android:layout_marginLeft="13dp"
  64 + android:layout_marginRight="13dp"
  65 + android:layout_marginTop="10dp"
  66 + android:background="@drawable/btn_wallet_bg"
  67 + android:text="@string/title_mol_wallet"
  68 + android:textSize="15sp" />
  69 +
  70 + <TextView
  71 + android:id="@+id/summary_title"
  72 + android:layout_width="match_parent"
  73 + android:layout_height="wrap_content"
  74 + android:layout_marginLeft="13dp"
  75 + android:layout_marginRight="13dp"
  76 + android:background="@color/summary_bg"
  77 + android:paddingLeft="10dp"
  78 + android:textColor="@color/black_text"
  79 + android:textSize="12sp" />
  80 +
  81 + <TextView
  82 + android:id="@+id/summary"
  83 + android:layout_width="match_parent"
  84 + android:layout_height="wrap_content"
  85 + android:layout_marginBottom="10dp"
  86 + android:layout_marginLeft="13dp"
  87 + android:layout_marginRight="13dp"
  88 + android:background="@color/summary_bg"
  89 + android:padding="10dp"
  90 + android:textColor="@color/black_text"
  91 + android:textSize="11sp" />
  92 + </LinearLayout>
  93 +
  94 +</ScrollView>
0 95 \ No newline at end of file
android/GameSDKRelease/res/layout/fragment_paypal.xml
... ... @@ -0,0 +1,175 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="match_parent"
  4 + android:layout_height="match_parent" >
  5 +
  6 + <LinearLayout
  7 + android:layout_width="match_parent"
  8 + android:layout_height="match_parent"
  9 + android:orientation="vertical" >
  10 +
  11 + <TextView
  12 + android:id="@+id/choice_title"
  13 + android:layout_width="match_parent"
  14 + android:layout_height="wrap_content"
  15 + android:layout_marginLeft="13dp"
  16 + android:layout_marginTop="10dp"
  17 + android:text="@string/paypal_choice_tip" />
  18 +
  19 + <com.gumptech.sdk.view.RadioGroup
  20 + android:id="@+id/choices"
  21 + android:layout_width="match_parent"
  22 + android:layout_height="wrap_content" >
  23 +
  24 + <LinearLayout
  25 + android:layout_width="match_parent"
  26 + android:layout_height="wrap_content"
  27 + android:layout_marginBottom="5dp"
  28 + android:layout_marginTop="5dp"
  29 + android:orientation="horizontal"
  30 + android:paddingLeft="13dp"
  31 + android:paddingRight="13dp" >
  32 +
  33 + <RadioButton
  34 + android:id="@+id/choice1"
  35 + android:layout_width="fill_parent"
  36 + android:layout_height="wrap_content"
  37 + android:layout_marginRight="13dp"
  38 + android:layout_weight="1"
  39 + android:background="@drawable/r_bg"
  40 + android:button="@null"
  41 + android:gravity="center"
  42 + android:paddingBottom="10dp"
  43 + android:paddingTop="10dp"
  44 + android:text="110"
  45 + android:textColor="@color/black_text"
  46 + android:textSize="12sp" />
  47 +
  48 + <RadioButton
  49 + android:id="@+id/choice2"
  50 + android:layout_width="fill_parent"
  51 + android:layout_height="wrap_content"
  52 + android:layout_marginRight="13dp"
  53 + android:layout_weight="1"
  54 + android:background="@drawable/r_bg"
  55 + android:button="@null"
  56 + android:gravity="center"
  57 + android:paddingBottom="10dp"
  58 + android:paddingTop="10dp"
  59 + android:text="2"
  60 + android:textColor="@color/black_text"
  61 + android:textSize="12sp" />
  62 +
  63 + <RadioButton
  64 + android:id="@+id/choice3"
  65 + android:layout_width="fill_parent"
  66 + android:layout_height="wrap_content"
  67 + android:layout_weight="1"
  68 + android:background="@drawable/r_bg"
  69 + android:button="@null"
  70 + android:gravity="center"
  71 + android:paddingBottom="10dp"
  72 + android:paddingTop="10dp"
  73 + android:text="3"
  74 + android:textColor="@color/black_text"
  75 + android:textSize="12sp" />
  76 + </LinearLayout>
  77 +
  78 + <LinearLayout
  79 + android:layout_width="match_parent"
  80 + android:layout_height="wrap_content"
  81 + android:orientation="horizontal"
  82 + android:paddingLeft="13dp"
  83 + android:paddingRight="13dp" >
  84 +
  85 + <RadioButton
  86 + android:id="@+id/choice4"
  87 + android:layout_width="fill_parent"
  88 + android:layout_height="wrap_content"
  89 + android:layout_marginRight="13dp"
  90 + android:layout_weight="1"
  91 + android:background="@drawable/r_bg"
  92 + android:button="@null"
  93 + android:gravity="center"
  94 + android:paddingBottom="10dp"
  95 + android:paddingTop="10dp"
  96 + android:text="4"
  97 + android:textColor="@color/black_text"
  98 + android:textSize="12sp" />
  99 +
  100 + <RadioButton
  101 + android:id="@+id/choice5"
  102 + android:layout_width="fill_parent"
  103 + android:layout_height="wrap_content"
  104 + android:layout_marginRight="13dp"
  105 + android:layout_weight="1"
  106 + android:background="@drawable/r_bg"
  107 + android:button="@null"
  108 + android:gravity="center"
  109 + android:paddingBottom="10dp"
  110 + android:paddingTop="10dp"
  111 + android:text="5"
  112 + android:textColor="@color/black_text"
  113 + android:textSize="12sp" />
  114 +
  115 + <RadioButton
  116 + android:id="@+id/choice6"
  117 + android:layout_width="fill_parent"
  118 + android:layout_height="wrap_content"
  119 + android:layout_weight="1"
  120 + android:background="@drawable/r_bg"
  121 + android:button="@null"
  122 + android:gravity="center"
  123 + android:paddingBottom="10dp"
  124 + android:paddingTop="10dp"
  125 + android:text="6"
  126 + android:textColor="@color/black_text"
  127 + android:textSize="12sp" />
  128 + </LinearLayout>
  129 + </com.gumptech.sdk.view.RadioGroup>
  130 +
  131 + <LinearLayout
  132 + android:layout_width="match_parent"
  133 + android:layout_height="wrap_content"
  134 + android:layout_marginLeft="13dp"
  135 + android:layout_marginRight="13dp"
  136 + android:layout_marginTop="10dp"
  137 + android:gravity="center_vertical"
  138 + android:orientation="horizontal" >
  139 +
  140 + <EditText
  141 + android:id="@+id/amount"
  142 + android:layout_width="match_parent"
  143 + android:layout_height="wrap_content"
  144 + android:layout_marginRight="13dp"
  145 + android:layout_weight="1"
  146 + android:background="@drawable/et_bg"
  147 + android:hint="@string/paypal_amount_hint"
  148 + android:imeOptions="flagNoExtractUi"
  149 + android:inputType="number"
  150 + android:visibility="gone" />
  151 +
  152 + <Button
  153 + android:id="@+id/pay"
  154 + android:layout_width="match_parent"
  155 + android:layout_height="wrap_content"
  156 + android:layout_weight="3"
  157 + android:background="@drawable/btn_orange_bg"
  158 + android:text="@string/pay_ok"
  159 + android:textColor="@android:color/white" />
  160 + </LinearLayout>
  161 +
  162 + <TextView
  163 + android:id="@+id/intro"
  164 + android:layout_width="match_parent"
  165 + android:layout_height="wrap_content"
  166 + android:layout_marginBottom="10dp"
  167 + android:layout_marginLeft="13dp"
  168 + android:layout_marginRight="13dp"
  169 + android:layout_marginTop="10dp"
  170 + android:background="@color/common_gray"
  171 + android:padding="8dp"
  172 + android:textColor="@color/black_text" />
  173 + </LinearLayout>
  174 +
  175 +</ScrollView>
0 176 \ No newline at end of file
android/GameSDKRelease/res/layout/fragment_signup.xml
... ... @@ -0,0 +1,45 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="match_parent"
  4 + android:layout_height="wrap_content"
  5 + android:scrollbars="none" >
  6 +
  7 + <LinearLayout
  8 + android:layout_width="match_parent"
  9 + android:layout_height="wrap_content"
  10 + android:background="@drawable/dialog_bg"
  11 + android:minWidth="293dp"
  12 + android:orientation="vertical" >
  13 +
  14 + <EditText
  15 + android:id="@+id/username"
  16 + android:layout_width="match_parent"
  17 + android:layout_height="wrap_content"
  18 + android:layout_margin="10dp"
  19 + android:background="@drawable/et_bg"
  20 + android:hint="@string/user_name_hint"
  21 + android:imeOptions="flagNoExtractUi" />
  22 +
  23 + <EditText
  24 + android:id="@+id/pwd"
  25 + android:layout_width="match_parent"
  26 + android:layout_height="wrap_content"
  27 + android:layout_margin="10dp"
  28 + android:background="@drawable/et_bg"
  29 + android:hint="@string/password_hint"
  30 + android:imeOptions="flagNoExtractUi"
  31 + android:inputType="textPassword" />
  32 +
  33 + <Button
  34 + android:id="@+id/signup"
  35 + android:layout_width="match_parent"
  36 + android:layout_height="wrap_content"
  37 + android:layout_margin="8dp"
  38 + android:background="@drawable/btn_orange_bg"
  39 + android:padding="5dp"
  40 + android:text="@string/signup"
  41 + android:textColor="@android:color/white"
  42 + android:textSize="16sp" />
  43 + </LinearLayout>
  44 +
  45 +</ScrollView>
0 46 \ No newline at end of file
android/GameSDKRelease/res/layout/pay_container.xml
... ... @@ -0,0 +1,18 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3 + android:layout_width="match_parent"
  4 + android:layout_height="match_parent"
  5 + android:background="@color/payment_common_bg"
  6 + android:orientation="vertical" >
  7 +
  8 + <include layout="@layout/pay_title" />
  9 +
  10 + <LinearLayout
  11 + android:id="@+id/container"
  12 + android:layout_width="match_parent"
  13 + android:layout_height="wrap_content"
  14 + android:orientation="vertical" >
  15 +
  16 + </LinearLayout>
  17 +
  18 +</LinearLayout>
0 19 \ No newline at end of file
android/GameSDKRelease/res/layout/title.xml
... ... @@ -0,0 +1,56 @@
  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="45dp"
  5 + android:background="@drawable/dialog_bg" >
  6 +
  7 + <ImageView
  8 + android:id="@+id/btn_back"
  9 + android:layout_width="wrap_content"
  10 + android:layout_height="wrap_content"
  11 + android:layout_alignParentLeft="true"
  12 + android:layout_centerVertical="true"
  13 + android:layout_marginLeft="10dp"
  14 + android:src="@drawable/ic_back_dark" />
  15 +
  16 + <TextView
  17 + android:id="@+id/up_txt"
  18 + android:layout_width="wrap_content"
  19 + android:layout_height="wrap_content"
  20 + android:layout_centerVertical="true"
  21 + android:layout_toRightOf="@id/btn_back"
  22 + android:textColor="@color/black_text"
  23 + android:textSize="18sp"
  24 + android:visibility="gone" />
  25 +
  26 + <ImageView
  27 + android:id="@+id/log"
  28 + android:layout_width="wrap_content"
  29 + android:layout_height="30dp"
  30 + android:layout_centerInParent="true"
  31 + android:src="@drawable/log" />
  32 +
  33 + <TextView
  34 + android:id="@+id/title"
  35 + android:layout_width="wrap_content"
  36 + android:layout_height="wrap_content"
  37 + android:layout_centerInParent="true"
  38 + android:textColor="@android:color/black"
  39 + android:textSize="18sp" />
  40 +
  41 + <ImageView
  42 + android:id="@+id/btn_cancel"
  43 + android:layout_width="wrap_content"
  44 + android:layout_height="wrap_content"
  45 + android:layout_alignParentRight="true"
  46 + android:layout_centerVertical="true"
  47 + android:layout_margin="10dp"
  48 + android:src="@drawable/ic_cancel_dark" />
  49 +
  50 + <View
  51 + android:layout_width="fill_parent"
  52 + android:layout_height="1dp"
  53 + android:layout_alignParentBottom="true"
  54 + android:background="@color/line" />
  55 +
  56 +</RelativeLayout>
0 57 \ No newline at end of file
android/GameSDKRelease/res/values-es/strings.xml
... ... @@ -0,0 +1,45 @@
  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
... ... @@ -0,0 +1,4 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <dimen name="com_facebook_picker_divider_width">1px</dimen>
  4 +</resources>
0 5 \ No newline at end of file
android/GameSDKRelease/res/values-he/strings.xml
... ... @@ -0,0 +1,45 @@
  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
... ... @@ -0,0 +1,46 @@
  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 +
0 47 \ No newline at end of file
android/GameSDKRelease/res/values-ldpi/dimens.xml
... ... @@ -0,0 +1,4 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <dimen name="com_facebook_picker_divider_width">1px</dimen>
  4 +</resources>
0 5 \ No newline at end of file
android/GameSDKRelease/res/values-mdpi/dimens.xml
... ... @@ -0,0 +1,4 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <dimen name="com_facebook_picker_divider_width">1px</dimen>
  4 +</resources>
0 5 \ No newline at end of file
android/GameSDKRelease/res/values-pt/strings.xml
... ... @@ -0,0 +1,23 @@
  1 +<resources>
  2 +
  3 + <string name="app_name">LoginSDK</string>
  4 + <string name="user_name_hint">Email</string>
  5 + <string name="password_hint">Senha</string>
  6 + <string name="quick_login">Jogar Agora</string>
  7 + <string name="login">Login</string>
  8 + <string name="signup">Registrar</string>
  9 + <string name="bind">Vincular ao email</string>
  10 + <string name="loading">Carregando</string>
  11 + <!-- toast -->
  12 + <string name="illegal_uname_tip">Email inválido</string>
  13 + <string name="illegal_pwd_tip">Senha Inválida (6-20 caracteres)</string>
  14 + <string name="illegal_user_exist">Email já está em uso</string>
  15 + <string name="illegal_pwd_invalid">Senha incorreta, favor tentar novamente</string>
  16 + <string name="illegal_user_not_exist">Email Inválido</string>
  17 + <string name="invalid_email">Favor inserir seu email</string>
  18 + <string name="login_fail">Login falhou</string>
  19 + <string name="signup_fail">Registrar falhou</string>
  20 + <string name="bind_fail">Vincular falhou</string>
  21 + <!-- facebook id -->
  22 +
  23 +</resources>
0 24 \ No newline at end of file
android/GameSDKRelease/res/values-th/strings.xml
... ... @@ -0,0 +1,39 @@
  1 +<resources>
  2 +
  3 + <string name="app_name">LoginSDK</string>
  4 + <string name="user_name_hint">อีเมลล์</string>
  5 + <string name="password_hint">พาสเวิร์ด</string>
  6 + <string name="quick_login">เริ่มเล่น</string>
  7 + <string name="login">ล็อกอิน</string>
  8 + <string name="signup">ลงทะเบียน</string>
  9 + <string name="bind">ผูกอีเมลล์</string>
  10 + <string name="loading">กำลังโหลด</string>
  11 + <!-- toast -->
  12 + <string name="illegal_uname_tip">อีเมลล์ไม่ถูกต้อง</string>
  13 + <string name="illegal_pwd_tip">พาสเวิร์ดไม่ถูกต้อง(6-20 ตัวอักษร)</string>
  14 + <string name="illegal_user_exist">อีเมลล์นี้ได้ถูกใช้แล้ว</string>
  15 + <string name="illegal_pwd_invalid">พาสเวิร์ดไม่ถูกต้อง, โปรดลองใหม่อีกครั้ง</string>
  16 + <string name="illegal_user_not_exist">อีเมลล์ไม่ถูกต้อง</string>
  17 + <string name="invalid_email">ใส่อีเมลล์ของคุณ</string>
  18 + <string name="login_fail">ล็อกอินผิดพลาด</string>
  19 + <string name="signup_fail">ลงทะเบียนไม่สำเร็จ</string>
  20 + <string name="bind_fail">ผูกอีเมลล์ไม่สำเร็จ</string>
  21 + <!-- facebook id -->
  22 + <!-- payment -->
  23 + <string name="title_payment_choice">เลือกช่องทางชำระเงิน</string>
  24 + <!-- summary title -->
  25 + <string name="summary_title">ตารางแลกเปลี่ยน:</string>
  26 + <string name="useranme_pattern">ชื่อผู้ใช้:%s</string>
  27 +<!-- <string name="mol_channel_title">เลือกช่องทางชำระเงิน</string> -->
  28 + <string name="mol_card_hint">กรุณากรอกรหัสบัตร</string>
  29 + <string name="mol_pass_hint">กรุณาใส่รหัส</string>
  30 + <string name="pay_ok">OK</string>
  31 + <string name="pay_error">การชำระล้มเหลว กรุณาลองใหม่อีกครั้ง</string>
  32 + <string name="card_input_tip">กรุณากรอกรายละเอียดบัตร</string>
  33 + <string name="amount_choice_tip">กรุณาเลือกยอดเติมเงิน</string>
  34 + <!-- paypal -->
  35 + <string name="paypal_amount_hint">กรุณาใส่จำนวนเงินที่ต้องการ(%s-10000เป็นจำนวนเต็ม)</string>
  36 + <string name="paypal_choice_tip">กรุณาเลือกยอดเติมเงิน</string>
  37 + <!-- gp -->
  38 + <string name="gp_choice_tip">กรุณาเลือกยอดเติมเงิน</string>
  39 +</resources>
0 40 \ No newline at end of file
android/GameSDKRelease/res/values-xhdpi/dimens.xml
... ... @@ -0,0 +1,4 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <dimen name="com_facebook_picker_divider_width">2px</dimen>
  4 +</resources>
0 5 \ No newline at end of file
android/GameSDKRelease/res/values-zh-rTW/strings.xml
... ... @@ -0,0 +1,40 @@
  1 +<resources>
  2 +
  3 + <string name="app_name">LoginSDK</string>
  4 + <string name="user_name_hint">郵箱</string>
  5 + <string name="password_hint">密碼</string>
  6 + <string name="quick_login">一鍵進入</string>
  7 + <string name="login">登錄</string>
  8 + <string name="signup">註冊</string>
  9 + <string name="bind">綁定郵箱</string>
  10 + <string name="loading">加載中……</string>
  11 + <!-- toast -->
  12 + <string name="illegal_uname_tip">郵箱格式不正確</string>
  13 + <string name="illegal_pwd_tip">密碼格式不正確 (6–20字符)</string>
  14 + <string name="illegal_user_exist">郵箱已註冊</string>
  15 + <string name="illegal_pwd_invalid">密碼不正確,請重試</string>
  16 + <string name="illegal_user_not_exist">郵箱不存在</string>
  17 + <string name="invalid_email">請輸入正確的郵箱</string>
  18 + <string name="login_fail">登錄失敗</string>
  19 + <string name="signup_fail">註冊失敗</string>
  20 + <string name="bind_fail">綁定失敗</string>
  21 + <!-- facebook id -->
  22 +
  23 +
  24 + <!-- 支付相关 -->
  25 + <!-- title -->
  26 + <string name="title_payment_choice">請選擇支付方式</string>
  27 + <!-- summary title -->
  28 + <string name="summary_title">兌換表:</string>
  29 + <string name="mol_card_hint">請輸入卡號</string>
  30 + <string name="mol_pass_hint">請輸入密碼</string>
  31 + <string name="pay_ok">OK</string>
  32 + <string name="pay_error">支付失敗,請再重試。</string>
  33 + <string name="card_input_tip">請輸入點卡信息</string>
  34 + <string name="amount_choice_tip">請選擇支付金額</string>
  35 + <!-- paypal -->
  36 + <string name="paypal_choice_tip">請選擇支付金額</string>
  37 + <!-- gp -->
  38 + <string name="gp_choice_tip">請選擇支付金額</string>
  39 +
  40 +</resources>
0 41 \ No newline at end of file
android/GameSDKRelease/res/values-zh/strings.xml
... ... @@ -0,0 +1,39 @@
  1 +<resources>
  2 +
  3 + <string name="app_name">LoginSDK</string>
  4 + <string name="user_name_hint">邮箱</string>
  5 + <string name="password_hint">密码</string>
  6 + <string name="quick_login">一键进入</string>
  7 + <string name="login">登录</string>
  8 + <string name="signup">注册</string>
  9 + <string name="bind">绑定邮箱</string>
  10 + <string name="loading">加载中……</string>
  11 + <!-- toast -->
  12 + <string name="illegal_uname_tip">请输入正确的邮箱</string>
  13 + <string name="illegal_pwd_tip">密码格式不正确 (6–20字符)</string>
  14 + <string name="illegal_user_exist">邮箱已注册</string>
  15 + <string name="illegal_pwd_invalid">密码不正确,请重试</string>
  16 + <string name="illegal_user_not_exist">邮箱未注册</string>
  17 + <string name="invalid_email">请输入正确的邮箱</string>
  18 + <string name="login_fail">登录失败</string>
  19 + <string name="signup_fail">注册失败</string>
  20 + <string name="bind_fail">绑定失败</string>
  21 + <string name="net_error">网络无法连接,请查看网络设置</string>
  22 + <!-- facebook id -->
  23 + <!-- payment -->
  24 + <!-- title -->
  25 + <string name="title_payment_choice">请选择支付方式</string>
  26 + <!-- summary title -->
  27 + <string name="summary_title">兑换表:</string>
  28 + <!-- payment -->
  29 + <string name="mol_card_hint">请输入卡号</string>
  30 + <string name="mol_pass_hint">请输入密码</string>
  31 + <string name="pay_ok">OK</string>
  32 + <string name="pay_error">充值失败,请重试</string>
  33 + <string name="card_input_tip">请输入点卡信息</string>
  34 + <string name="amount_choice_tip">请选择支付金额</string>
  35 + <!-- paypal -->
  36 + <string name="paypal_choice_tip">请选择支付金额</string>
  37 + <!-- gp -->
  38 + <string name="gp_choice_tip">请选择支付金额</string>
  39 +</resources>
0 40 \ No newline at end of file
android/GameSDKRelease/res/values/attrs.xml
... ... @@ -0,0 +1,52 @@
  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
... ... @@ -0,0 +1,25 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 +
  4 + <color name="line">#e5e5e5</color>
  5 + <color name="orange_normal">#fe5f27</color>
  6 + <color name="orange_pressed">#fe0000</color>
  7 + <color name="black_text">#3f3c38</color>
  8 + <color name="btn_white_normal">#f8f7f4</color>
  9 + <color name="btn_white_pressed">#f8f7f4</color>
  10 +
  11 + <color name="common_gray">#ecf0f0</color>
  12 + <color name="common_gray2">#e0e6e8</color>
  13 + <color name="translucent">#7e000000</color>
  14 + <color name="transparent">#00000000</color>
  15 +
  16 + <color name="payment_common_bg">#f2efeb</color>
  17 + <color name="summary_bg">#d6d4d1</color>
  18 + <color name="background_color">#00a0e9</color>
  19 +
  20 + <dimen name="com_facebook_picker_place_image_size">64dp</dimen>
  21 +
  22 + <color name="com_facebook_picker_search_bar_background">#f5f5f7</color>
  23 + <color name="com_facebook_picker_search_bar_text">#bcbdc2</color>
  24 +
  25 +</resources>
0 26 \ No newline at end of file
android/GameSDKRelease/res/values/drawables.xml
... ... @@ -0,0 +1,4 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 + <drawable name="com_facebook_picker_default_separator_color">#33464c59</drawable>
  4 +</resources>
0 5 \ No newline at end of file
android/GameSDKRelease/res/values/strings.xml
... ... @@ -0,0 +1,85 @@
  1 +<resources>
  2 +
  3 + <string name="app_name">LoginSDK</string>
  4 + <string name="user_name_hint">Email</string>
  5 + <string name="password_hint">Password</string>
  6 + <string name="quick_login">Play Now</string>
  7 + <string name="login">Login</string>
  8 + <string name="signup">Signup</string>
  9 + <string name="bind">Bound to email</string>
  10 + <string name="loading">Loading</string>
  11 +
  12 + <!-- toast -->
  13 + <string name="illegal_uname_tip">Invalid Email</string>
  14 + <string name="illegal_pwd_tip">Invalid Password (6–20 characters).</string>
  15 + <string name="illegal_user_exist">Email has already used</string>
  16 + <string name="illegal_pwd_invalid">Password is incorrect. Please try again.</string>
  17 + <string name="illegal_user_not_exist">Invalid Email</string>
  18 + <string name="invalid_email">Invalid Email</string>
  19 + <string name="login_fail">Login failed</string>
  20 + <string name="signup_fail">Signup failed</string>
  21 + <string name="bind_fail">Bound failed</string>
  22 + <string name="net_error">Internet unavailable, please check</string>
  23 +
  24 + <!-- facebook -->
  25 + <string name="com_facebook_dialogloginactivity_ok_button">OK</string>
  26 + <string name="com_facebook_loginview_log_out_button">Log out</string>
  27 + <!-- string name="com_facebook_loginview_log_in_button">Log in with Facebook</string -->
  28 + <string name="com_facebook_loginview_log_in_button">Sign up with Facebook</string>
  29 + <string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string>
  30 + <string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string>
  31 + <string name="com_facebook_loginview_log_out_action">Log out</string>
  32 + <string name="com_facebook_loginview_cancel_action">Cancel</string>
  33 + <string name="com_facebook_logo_content_description">Facebook Logo</string>
  34 + <string name="com_facebook_usersettingsfragment_log_in_button">Log in&#8230;</string>
  35 + <string name="com_facebook_usersettingsfragment_logged_in">Logged in</string>
  36 + <string name="com_facebook_usersettingsfragment_not_logged_in">Not logged in</string>
  37 + <string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d were here</string>
  38 + <string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
  39 + <string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d were here</string>
  40 + <string name="com_facebook_picker_done_button_text">Done</string>
  41 + <string name="com_facebook_choose_friends">Choose Friends</string>
  42 + <string name="com_facebook_nearby">Nearby</string>
  43 + <string name="com_facebook_loading">Loading...</string>
  44 + <string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string>
  45 + <string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string>
  46 + <string name="com_facebook_requesterror_web_login">Your Facebook account is locked. Please log into www.facebook.com to continue.</string>
  47 + <string name="com_facebook_requesterror_relogin">Please log into this app again to reconnect your Facebook account.</string>
  48 + <string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string>
  49 + <string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string>
  50 + <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>
  51 +
  52 + <!-- 支付相关 -->
  53 + <!-- title -->
  54 + <string name="title_mycard">Mycard點數儲值</string>
  55 + <string name="title_mycard_member">Mycard會員扣點</string>
  56 + <string name="title_mycard_billing">Mycard billing</string>
  57 + <string name="title_mol">MOLPoints Gift Card</string>
  58 + <string name="title_mol_wallet">MOLPoints E-Wallet</string>
  59 + <string name="title_12call">12Call</string>
  60 + <string name="title_tm">True Money</string>
  61 + <string name="title_zest">Zest</string>
  62 + <string name="title_gp">Google play</string>
  63 + <string name="title_paypal">Paypal</string>
  64 + <string name="title_rixty">Rixty</string>
  65 + <string name="title_ngan">NganLoung</string>
  66 + <string name="title_payment_choice">Select payment methods</string>
  67 + <!-- summary title -->
  68 + <string name="summary_title">Price list:</string>
  69 +
  70 + <!-- payment -->
  71 + <string name="useranme_pattern">Account:%s</string>
  72 + <string name="mol_card_hint">Card No.</string>
  73 + <string name="mol_pass_hint">Password</string>
  74 + <string name="pay_ok">OK</string>
  75 + <string name="pay_error">Charging Failed, please try again.</string>
  76 + <string name="card_input_tip">Card information</string>
  77 + <string name="amount_choice_tip">Please select the amount</string>
  78 +
  79 + <!-- paypal -->
  80 + <string name="paypal_amount_hint">Please enter the payment amount (Integer between %s to 10000)</string>
  81 + <string name="paypal_choice_tip">Please select the amount</string>
  82 + <!-- gp -->
  83 + <string name="gp_choice_tip">Please select the amount</string>
  84 +
  85 +</resources>
0 86 \ No newline at end of file
android/GameSDKRelease/res/values/styles.xml
... ... @@ -0,0 +1,59 @@
  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 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 +
  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 +
  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>
  48 + </style>
  49 +
  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>
  55 + <item name="android:textStyle">bold</item>
  56 + <item name="android:textColor">#4B5164</item>
  57 + <item name="android:gravity">center</item>
  58 + </style>
  59 +</resources>
android/GameSDKRelease/res/values/themes.xml
... ... @@ -0,0 +1,18 @@
  1 +<?xml version="1.0" encoding="utf-8"?>
  2 +<resources>
  3 +
  4 + <style name="container_dialog" >
  5 + <item name="android:windowFrame">@null</item>
  6 + <item name="android:windowIsFloating">true</item>
  7 + <item name="android:windowIsTranslucent">true</item>
  8 + <item name="android:windowNoTitle">true</item>
  9 + <item name="android:windowBackground">@color/transparent</item>
  10 + <item name="android:backgroundDimEnabled">true</item>
  11 + <item name="android:windowFullscreen">true</item>
  12 + </style>
  13 +
  14 + <style name="ex_win" parent="@style/container_dialog">
  15 + <item name="android:backgroundDimEnabled">true</item>
  16 + </style>
  17 +
  18 +</resources>
0 19 \ No newline at end of file