mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Add stateAlwaysHidden to keep soft keyboard away
git-svn-id: https://zxing.googlecode.com/svn/trunk@1597 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
4f7bc9d8ab
commit
50f397ec86
|
@ -41,7 +41,8 @@ versionName is 2.31, 2.4, or 3.0. -->
|
|||
<activity android:name=".CaptureActivity"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
|
Loading…
Reference in a new issue