android - LsitView Divider Padding -
i add padding top , bottom of listview divider.
i have tried inserting android:dividerpadding="10dp" property xml layout file.
but nothing happens. need change? thank help.
<imageview android:id="@+id/background" android:layout_width="match_parent" android:layout_height="match_parent" android:contentdescription="backgrounddescription" android:scaletype="centercrop" android:src="@drawable/photo_01" > </imageview> <com.hb.views.pinnedsectionlistview xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/android:list" android:layout_width="match_parent" android:layout_height="wrap_content" android:divider="@android:color/darker_gray" android:dividerheight="1dp" android:footerdividersenabled="false" android:headerdividersenabled="false" /> </framelayout>
would increasing dividerheight give effect looking for? or try adding padding divider drawable items in list.
Comments
Post a Comment