Skip to content

Instantly share code, notes, and snippets.

@ejcer
Created September 6, 2014 17:48
Show Gist options
  • Save ejcer/64e7d8f58b0c17e71d95 to your computer and use it in GitHub Desktop.
Save ejcer/64e7d8f58b0c17e71d95 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<stroke android:width="2dp"
android:color="#80FFFFFF" />
<corners android:radius="6dp" />
<gradient android:angle="270"
android:centerColor="#0099FF"
android:endColor="#0099FF"
android:startColor="#0099FF" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment