Skip to content

Instantly share code, notes, and snippets.

@maydin
Created November 12, 2018 10:46
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 maydin/57f5d551f8a57d9f0ff0b8389b8a792f to your computer and use it in GitHub Desktop.
Save maydin/57f5d551f8a57d9f0ff0b8389b8a792f to your computer and use it in GitHub Desktop.
Drawing Borders Option 1 Shape Drawable
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke android:color="@color/colorAccent" android:width="1dp"/>
<corners android:radius="0dp" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment