Skip to content

Instantly share code, notes, and snippets.

@Reacoder
Created June 11, 2014 04:20
Show Gist options
  • Save Reacoder/e8445c96aca9099e23fb to your computer and use it in GitHub Desktop.
Save Reacoder/e8445c96aca9099e23fb to your computer and use it in GitHub Desktop.
listview divider margin left 60dp.
<?xml version="1.0" encoding="UTF-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="60dp"
android:insetRight="8dp" >
<shape>
<solid android:color="#c0c0c0" />
</shape>
</inset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment