Skip to content

An adapter which provides round cornered background for each section of your listview

Notifications You must be signed in to change notification settings

rajiv-singaseni/Grouped-Adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple adapter wrapper to make your adapter look sectioned and round cornered.

Simple to use:
________________

ListAdapter myCustomAdapter;

GroupedAdapter groupedAdapter = new GroupedAdapterWrapper(myCustomAdapter);

To use it in your project:
__________________________

Pull out the 
src/com/webile/adapters/GroupedAdapterWrapper.java
res/drawable-hdpi/bottom_cornered.9.png
res/drawable-hdpi/full_cornered.9.png
res/drawable-hdpi/no_cornered.9.png
res/drawable-hdpi/top_cornered.9.png

Thanks to [email protected] for the drawables.

P.S. Check out the screen shot!

About

An adapter which provides round cornered background for each section of your listview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published