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
You have to change
android:background="@layout/activity_main"
to
android:background="@drawable/yourImageName"