为了账号安全,请及时绑定邮箱和手机立即绑定

问什么运行就崩掉

代码如下:

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="match_parent"

    android:layout_height="wrap_content"

    android:background="#000000"

    android:paddingBottom="10dp"

    android:paddingTop="10dp" >


    <TextView

        android:id="@+id/text01"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_alignParentLeft="true"

        android:layout_centerVertical="true"

        android:layout_marginLeft="10dp"

        android:text="返回"

        android:textColor="#ffffff"

        android:textSize="14sp" />


    <TextView

        android:id="@+id/text02"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_centerInParent="true"

        android:text="布局优化"

        android:textColor="#ffffff"

        android:textSize="18sp" />


    <TextView

        android:id="@+id/text03"

        android:layout_centerVertical="true"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_alignParentRight="true"

        android:layout_marginRight="10dp"

        android:text="功能"

        android:textColor="#ffffff" />


</RelativeLayout>



<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:orientation="vertical"

    

     >

     <include layout="@layout/content"/>

     <TextView 

         android:layout_width="wrap_content"

         android:layout_height="wrap_content"

         android:text="正文内容"

         android:textColor="#000000"

         />

     



</LinearLayout>


正在回答

3 回答

是不是在Androidmanifest.xml中设置了主题标题为notitlebar所以就运行报错了。我也是,感觉是版本的问题,不支持那个。只能在程序中写requestWindowFeature(Window.FEATURE_NO_TITLE);这行代码去取消title。就可以了

1 回复 有任何疑惑可以回复我~
#1

慕姐0908070 提问者

非常感谢!
2016-08-23 回复 有任何疑惑可以回复我~

我改成android:theme="@style/Theme.AppCompat.NoActionBar"就可以

0 回复 有任何疑惑可以回复我~

应该贴错误日志

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第二门课(第1季)
  • 参与学习       111172    人
  • 解答问题       1457    个

本课程由浅入深地带您学会Android的常用控件的开发和使用

进入课程

问什么运行就崩掉

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信