我有一个基于模式的背景drawable:
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/back"
android:tileMode="repeat"/>
在此活动中,我正在显示背景图案:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/back"
android:scrollbars="vertical"
>
</LinearLayout
答案 0 :(得分:0)
您没有包含必要的代码(包含背景和图像的布局)。
问题与您的背景无关,并且(可能)与您实际布置图像的方式有关。
如果这是您完整的代码,则需要添加一个属性,其中包括Image。