Tuesday 10 September 2013

How to put Spacing between listView Items.

Answer link

<ListView
        android:id="@+id/ListViewsearch"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:layout_below="@+id/relativeLayout1"
        android:layout_margin="10dip"
        android:cacheColorHint="#00000000"
        android:divider="@android:color/transparent"
        android:dividerHeight="10.0sp" >
    </ListView>

No comments:

Post a Comment