NoSuchMethod Exception For SetShowDividers
I would like to display a sort of ListView with divider lines between each item. Because each row of this list will show a different custom view I thought it would be easier to hav
Solution 1:
What API target are you using? setShowDividers
was added in API level 11 (Honeycomb).
Post a Comment for "NoSuchMethod Exception For SetShowDividers"