Commit d7a9ee013de16cf50a851163399ab00b1dc00c7d
1 parent
564a5f19bc
Exists in
master
modify document for android
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
doc/AndroidDocument.md
... | ... | @@ -76,18 +76,18 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. |
76 | 76 | |
77 | 77 | <activity |
78 | 78 | android:name="com.gumptech.sdk.ContainerActivity" |
79 | - android:configChanges="orientation|screenLayout" | |
79 | + android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" | |
80 | 80 | android:windowSoftInputMode="stateAlwaysHidden|adjustPan" |
81 | 81 | android:theme="@style/Theme.TransparentWin" > |
82 | 82 | </activity> |
83 | 83 | <activity |
84 | 84 | android:name="com.gumptech.sdk.PaymentActivity" |
85 | - android:configChanges="orientation|screenLayout" | |
85 | + android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" | |
86 | 86 | android:theme="@android:style/Theme.Translucent.NoTitleBar" > |
87 | 87 | </activity> |
88 | 88 | <activity |
89 | 89 | android:name="com.gumptech.sdk.ExchangeWindow" |
90 | - android:configChanges="orientation|screenLayout" | |
90 | + android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" | |
91 | 91 | android:theme="@style/Theme.WinForExchange" > |
92 | 92 | </activity> |
93 | 93 |
doc/images/3.png