Skip to content

Instantly share code, notes, and snippets.

@vipinhelloindia
Created February 13, 2015 13:32
Show Gist options
  • Save vipinhelloindia/cecfa58085a686502398 to your computer and use it in GitHub Desktop.
Save vipinhelloindia/cecfa58085a686502398 to your computer and use it in GitHub Desktop.
Line Drawable
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:width="1dp"
android:height="1.2dp"/>
<solid android:color="@color/divider_line_color"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment