当我像在这段代码中那样放置背景线时,我的应用程序崩溃了。当我删除这条线时,我的应用程序工作正常,当我使用另一张照片时它也可以工作。有什么问题?
<?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"
android:background="@drawable/table2" >
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />
</LinearLayout>
主屏幕的背景也可以正常工作。但在第二页,它是problamatic。