在Manifest中设置没有标题栏就无法打开程序
在Manifest中添加了一行设置去掉标题栏就没法运行了,求解
<activity
android:name="com.example.test.MainActivity"
android:theme="@android:style/Theme.Black.NoTitleBar" //新加入的代码
android:label="@string/app_name" >
在Manifest中添加了一行设置去掉标题栏就没法运行了,求解
<activity
android:name="com.example.test.MainActivity"
android:theme="@android:style/Theme.Black.NoTitleBar" //新加入的代码
android:label="@string/app_name" >
2016-07-29
举报