このコードのように背景行を配置すると、アプリケーションがクラッシュします。この行を削除すると、アプリケーションは正常に機能します。また、別の写真を使用すると、それも機能します。どうしたの?
<?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>
メイン画面の背景も正常に機能します。しかし、2ページ目では、それは問題です。