Download this file

background.xml    7 lines (6 with data), 235 Bytes

1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/background_tile"
android:tileMode="repeat"
android:filter="true"
android:dither="true"/>