android.view.inflateexception binary xml file line #1 error inflating class android.widget.relativeLayout

前端 未结 7 1258
春和景丽
春和景丽 2021-02-07 07:56

I am new in android.
I just made a new layout with one text bar and 2 buttons but it didn\'t work, I am posting the stack trace and my relative layout file any idea about th

7条回答
  •  悲&欢浪女
    2021-02-07 08:17

    This is wrong android:background="@layout/activity_main" should be

    android:background="@color/backgroundColor" 
    

    or

    android:background="@drawable/backgroundimg"
    

提交回复
热议问题