Change the divider height of listview dynamically?
问题 This question has been asked here a link Also I want to clarify the question I have 10 List Items in a Listview I want to have the deviderheight of each List Items differently like for first Item it should be setDividerheight(2) for 2nd setDividerheight(4) like this.. I have made a custom Adapeter in which I am setting my Layout Like public View getView(int position, View convertView, ViewGroup parent) { View v = super.getView(position, convertView, parent); if(position ==2) { if (v !=