我使用了这段代码:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@drawable/backrepeat"
android:gravity="center"
android:orientation="vertical" >
在我的布局文件中
这在 backrepeat.xml
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/mainmenu_background"
android:tileMode="repeat" />
但在图形布局中,我收到以下错误:
Failed to parse file [...]res\drawable\backrepeat.xml
我做错了什么?我正在使用 Android 2.3.3 库。