我的问题:当我将手指放在屏幕上几秒钟时,会出现顶部栏。它会导致错误,因为它被删除了?
附言android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
这是我的清单, android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen" - 给出一个错误
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dred.mytest_2"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="15" />
<application
android:icon="@drawable/icon_72"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:screenOrientation="landscape">
<activity
android:name=".MainActivity"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:label="@string/title_activity_main"
android:screenOrientation="landscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
我似乎找到了问题的根源,我打开webview swf文件,他调用了这个菜单(当我打开这个html菜单时没有出现)