Skip to content

Instantly share code, notes, and snippets.

@swanson
Created January 31, 2012 01:27
Show Gist options
  • Save swanson/1708048 to your computer and use it in GitHub Desktop.
Save swanson/1708048 to your computer and use it in GitHub Desktop.
<?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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment