Created
June 11, 2014 04:20
-
-
Save Reacoder/e8445c96aca9099e23fb to your computer and use it in GitHub Desktop.
listview divider margin left 60dp.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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