Skip to content

Instantly share code, notes, and snippets.

@antonshkurenko
Created July 18, 2015 14:56
Show Gist options
  • Save antonshkurenko/f058c340732d80dca6db to your computer and use it in GitHub Desktop.
Save antonshkurenko/f058c340732d80dca6db to your computer and use it in GitHub Desktop.
Underscore drawable
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:top="-6dp" android:left="-6dp" android:right="-6dp">
<shape>
<solid android:color="#2b7996"/>
<stroke android:color="#33b5e5" android:width="6dp"/>
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment