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?
Asked
Active
Viewed 445 times
1 Answers
0
Would ExpandableListView
work?
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.

Community
- 1
- 1

Oleg Vaskevich
- 12,444
- 6
- 63
- 80
-
Thanks for your response.I'm interested in the graphics part of the view, the background etc. – BrickMan Jul 31 '11 at 02:30
-
So, you just want to have rounded corners on the `ListView` and make the items have that sleek background? If so, I've amended my response. – Oleg Vaskevich Jul 31 '11 at 04:51