Add android:tileMode="repeat" to this code, for example:
<?xml version="1.0" encoding="UTF-8"?> <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/b1" android:tileMode="repeat" android:dither="true" />
The reason is that on some devices it still stretches the image and looks pretty bad, check this Link here
source share