Skip to content

Instantly share code, notes, and snippets.

@kolanse
Created August 8, 2020 19:53
Show Gist options
  • Save kolanse/bc011bb2bda784c87766a5a636128c6b to your computer and use it in GitHub Desktop.
Save kolanse/bc011bb2bda784c87766a5a636128c6b to your computer and use it in GitHub Desktop.
button design
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<solid android:color="@color/buttonbackground"/>
<corners android:radius="16dp"/>
</shape>
</item>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment