Skip to content

Instantly share code, notes, and snippets.

@thedoapps
Created December 5, 2014 22:41
Show Gist options
  • Save thedoapps/b13f02e5dc8c67daac4e to your computer and use it in GitHub Desktop.
Save thedoapps/b13f02e5dc8c67daac4e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient android:angle="90" android:endColor="@color/white_5" android:startColor="@color/black_50" android:type="linear" />
</shape>
</item>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment