Skip to content

Instantly share code, notes, and snippets.

@cgudea
Created August 22, 2019 00:09
Show Gist options
  • Save cgudea/8be565eb680afdee538826a498d999bb to your computer and use it in GitHub Desktop.
Save cgudea/8be565eb680afdee538826a498d999bb to your computer and use it in GitHub Desktop.
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
>
<size
android:width="64dp"
android:height="4dp"/>
<corners
android:topLeftRadius="6dp"
android:topRightRadius="6dp"
/>
<solid android:color="@color/colorAccent" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment