mListView.setDividerHeight(10);
mListView.setDivider(getResources().getDrawable(android.R.color.transparent));
mListView is the instance of ListView. These two line will create divider with white space
mListView.setDividerHeight(10);
mListView.setDivider(getResources().getDrawable(android.R.color.transparent));
No comments:
Post a Comment
Feedback always help in improvement. If you have any query suggestion feel free to comment and Keep visiting my blog to encourage me to blogging