Is it possible to get
this effect on a ListView in native Android? There are other alternatives like creating the list in HTML5 CSS and using phonegap etc; but it would be nice if it can be done by modifying the default behavior of Android ListView . Any ideas?
Is it possible to get this effect on a ListView in native Android? There
Share
Would
ExpandableListViewwork?If you want rounded/beveled corners on the
ListView, check this question out.As for the individual items’ backgrounds, you will probably have to make the graphics yourself.