2015-09-05 80 views
0

我用这个代码清单中的隐藏标题栏,但我不能运行我的应用程序:我不能隐藏标题栏

<activity 
     android:name="com.example.MainActivity" 
     android:theme="@android:style/Theme.NoTitleBar" 
     android:screenOrientation="portrait" 
     android:label="@string/app_name" > 

+0

你跑到什么错误?在这里发布你的Logcat。 –

回答