我们可以通过使用重复绘制tileMode="repeat"
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/some_png"
android:tileMode="repeat"
android:dither="true" />
仅当可绘制对象是位图时才有效。
有没有类似的方法来重复一个矢量绘图?
我们可以通过使用重复绘制tileMode="repeat"
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/some_png"
android:tileMode="repeat"
android:dither="true" />
仅当可绘制对象是位图时才有效。
有没有类似的方法来重复一个矢量绘图?