android去掉标题栏 5

我要去掉标题“唐龙飞。。。”那个黑色框。styles.xml<resources><!--Baseapplicationtheme.--><stylename="AppT... 我要去掉标题“唐龙飞 。。。”那个黑色框。

styles.xml
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <!-- 隐藏状态栏 <item name="android:windowFullscreen">true</item>--> <!-- 隐藏标题栏 --> <item name="android:windowNoTitle">true</item> </style></resources>

AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.administrator.myapplication" > <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme"> <activity android:name=".MainActivity" android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application></manifest>
展开
 我来答
匿名用户
2015-08-12
展开全部

那是Actionbar,你要把Actionbar隐藏掉,在style里面加下面这句

<item name="windowActionBar">false</item>
追问
载入手机后,提示“停止”
能写一下完整的吗?
追答
报错信息贴出来。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式