Skip to content

Instantly share code, notes, and snippets.

@vincenthauser
Last active August 29, 2015 14:17
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 vincenthauser/c2e0bed2969ce59ef2c8 to your computer and use it in GitHub Desktop.
Save vincenthauser/c2e0bed2969ce59ef2c8 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" android:shape="ring">
<!-- view background color -->
<solid android:color="@color/transparent">
</solid>
<!-- view border color and width -->
<stroke android:width="56dp" android:color="@color/white">
</stroke>
<!-- If you want to add some padding -->
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp">
</padding>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment