Skip to content

Instantly share code, notes, and snippets.

@arthtilva
Created June 13, 2016 19:09
Show Gist options
  • Save arthtilva/f166a2281eb251f18118ddd2e0133253 to your computer and use it in GitHub Desktop.
Save arthtilva/f166a2281eb251f18118ddd2e0133253 to your computer and use it in GitHub Desktop.
drawable for line in bottom
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:bottom="0dp"
android:left="-6dp"
android:right="-6dp"
android:top="-6dp">
<shape android:shape="rectangle">
<solid android:color="@android:color/transparent" />
<stroke
android:width="@dimen/_2sdp"
android:color="#AAA" />
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment