Commit f780cff1e147d727e6b9b976823bc0211bd57813

Authored by 赵康
1 parent d295d09fc8
Exists in master

增加隐藏gump logo的方法说明

Showing 3 changed files with 5 additions and 1 deletions Side-by-side Diff

android/GameSDKRelease/libs/android-support-v4.jar
No preview for this file type
android/GameSDKSample/project.properties
... ... @@ -13,4 +13,4 @@
13 13 # Project target.
14 14  
15 15 target=android-21
16   -android.library.reference.1=../../../../gamesdk/GameSDK
  16 +android.library.reference.1=../GameSDKRelease
doc/AndroidDocument.md
... ... @@ -110,6 +110,10 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了.
110 110 #### 2、 向Gump平台索要游戏ID(AppID),完成代码接入
111 111 正式开始接入逻辑代码前,先介绍下一些附加配置,以方便代码接入
112 112  
  113 +*Gump Logo隐藏
  114 +
  115 + GumpSDK.setLogoShow(false);
  116 +
113 117 *横竖屏控制,默认为横屏,参数为false即为竖屏
114 118  
115 119 GumpSDK.setScreenLandscape(true);