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