ImageViewでドローアブルを繰り返すことは可能ですか?私は自分のドローアブルをListViewの仕切りとして繰り返すことができますが、ImageViewとしては繰り返しません。これが私の繰り返しの画像定義です:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/xdividerrepeat" android:tileMode="repeat"/>
ありがとうMarkus