Skip to content

Instantly share code, notes, and snippets.

@quentin23soleil
Created June 13, 2013 07:41
Show Gist options
  • Save quentin23soleil/5771892 to your computer and use it in GitHub Desktop.
Save quentin23soleil/5771892 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/contactLV"
android:layout_width="match_parent"
android:footerDividersEnabled="false"
android:layout_height="match_parent"
android:divider="@color/orange_dark_salmon"
android:dividerHeight="0.5dp" >
</ListView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment