morristech
8/29/2016 - 6:29 AM

irongrip_repeating.xml

<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/irongrip"
    android:tileMode="repeat" />
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="@drawable/irongrip_repeating"
    android:orientation="vertical">
</LinearLayout>