右に配置してy軸に繰り返したい画像があります。HTMLの「background:url(img.png)rightrepeat-y」のようなもの。
Androidでこれを行うことは可能ですか?
このビットマップを背景として設定すると、正しくありません。
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/img_list"
android:filter="true"
android:dither="true"
android:tileMode="repeat"
android:gravity="right" />