Skip to content

Instantly share code, notes, and snippets.

@vontell
Created January 27, 2018 16:15
Show Gist options
  • Save vontell/817f84157917339e72e3d5f5152562e6 to your computer and use it in GitHub Desktop.
Save vontell/817f84157917339e72e3d5f5152562e6 to your computer and use it in GitHub Desktop.
002 Chip Background
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" android:padding="0dp">
<solid android:color="#E0E0E0"/>
<corners
android:bottomRightRadius="16dp"
android:bottomLeftRadius="16dp"
android:topLeftRadius="16dp"
android:topRightRadius="16dp"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment