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
This is wrong android:background="@layout/activity_main" should be
android:background="@layout/activity_main"
android:background="@color/backgroundColor"
or
android:background="@drawable/backgroundimg"