Skip to content

Instantly share code, notes, and snippets.

@billmote
Last active August 29, 2015 14:09
Show Gist options
  • Save billmote/c517c09d8ebb3cb7f132 to your computer and use it in GitHub Desktop.
Save billmote/c517c09d8ebb3cb7f132 to your computer and use it in GitHub Desktop.
Battery saving overlay in its simplest form.
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/tilebackground"
android:visibility="visible"/>
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/battery_saver_tile"
android:tileMode="repeat"
android:dither="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment