Skip to content

Instantly share code, notes, and snippets.

@Robotonics
Created May 18, 2013 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Robotonics/5606071 to your computer and use it in GitHub Desktop.
Save Robotonics/5606071 to your computer and use it in GitHub Desktop.
Hover background for menu button
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" shape="rectangle">
<gradient android:angle="270"
android:startColor="#6b6b6b"
android:endColor="#0e0e0e"
/>
<corners android:topLeftRadius="5dip"
android:bottomRightRadius="5dip"
android:topRightRadius="5dip"
android:bottomLeftRadius="5dip"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment