修改扫描二维码Activity主题

This commit is contained in:
zengfantian 2015-03-04 11:34:21 +08:00
parent 06ce085c34
commit a3ef0c2575
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@
android:name=".zxing.CaptureActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
<!-- 底部泡泡菜单 -->