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

前端 未结 7 1188
春和景丽
春和景丽 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:22

    You have to change

    android:background="@layout/activity_main"
    

    to

    android:background="@drawable/yourImageName"
    

提交回复
热议问题