Skip to content

Instantly share code, notes, and snippets.

@fletcherm
Created October 6, 2010 00:43
Show Gist options
  • Save fletcherm/612613 to your computer and use it in GitHub Desktop.
Save fletcherm/612613 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line"
>
<stroke
android:color="@color/list_divider"
android:width="1dp"
android:dashGap="0dp"
android:dashWidth="1dp"
/>
<size
android:height="5dip"
/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment