From 9e587cdb7ae223684e993f463727525ec142f6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BA=B7?= Date: Mon, 21 Sep 2015 16:35:42 +0800 Subject: [PATCH] update AndroidManifest.xml config --- doc/AndroidDocument.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/AndroidDocument.md b/doc/AndroidDocument.md index ea7f718..3ecb161 100644 --- a/doc/AndroidDocument.md +++ b/doc/AndroidDocument.md @@ -76,14 +76,11 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. + android:configChanges="orientation|screenLayout" + android:windowSoftInputMode="stateAlwaysHidden|adjustPan" + android:theme="@style/Theme.TransparentWin" > - - @@ -91,15 +88,23 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. + android:theme="@style/Theme.WinForExchange" > + + + + + #### 2、 向Gump平台索要游戏ID(GID),完成代码接入 -- 2.0.0