2014-01-29 92 views

回答

1

您可以使用tileMode財產與Bitmap drawable。還有在這個link

+0

感謝ü這麼多..它的工作。 –

0

一個例子試試這個backrepeat.xml應該是這樣的:

<bitmap 
    xmlns:android="http://schemas.android.com/apk/res/android" 
    android:src="@drawable/tile" 
    android:tileMode="repeat" 
    android:dither="true" />