Skip to content

Instantly share code, notes, and snippets.

@laaptu
Created September 6, 2013 07:19
Show Gist options
  • Select an option

  • Save laaptu/6460538 to your computer and use it in GitHub Desktop.

Select an option

Save laaptu/6460538 to your computer and use it in GitHub Desktop.
Android stop background from stretching with content,meaning making width of background fixed http://stackoverflow.com/questions/5902230/how-to-implement-an-androidbackground-that-doesnt-stretch
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/dvdr"
android:tileMode="disabled" android:gravity="top" >
</bitmap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment