GitXplorerGitXplorer
b

IconSelectorPreference

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8b83fe102742241e02e834e7ae978e023068e51d

refactored to use enums (much safer)

bbrianfitzgerald committed 9 years ago
Unverified
17d525e7fd19a4fb54f4a8a4a4ef43ebd1cc14f4

Merge branch 'master' of https://github.com/brianfitzgerald/IconSelectorPreference

bbrianfitzgerald committed 9 years ago
Unverified
90520341e84e96a9be596b982db04f827b00018b

Refactored to use the RecycleView pattern

bbrianfitzgerald committed 9 years ago
Unverified
5a549b70116c5da3d6aeda34f750f920c5c4765a

Update README.md

bbrianfitzgerald committed 9 years ago
Unverified
4665bd18da0c82fe150189a6f91784811b97ddc9

Update README.md

bbrianfitzgerald committed 9 years ago
Unverified
af48d0b65e532e0c25be27118008bd26d2d4699c

Update README.md

bbrianfitzgerald committed 9 years ago

README

The README file for this repository.

IconSelectorPreference

A library for quickly implementing a ListPreference in Android which shows an icon for each selection. I couldn't find any good resources on how to do this, so I wrote this library that impelements everything for you.

To use, simply create a class that extends from IconListPreference, and be sure to call this.setIconFileNamesArray in the constructor.

The documentation's a little sparse right now, I know, and I'll add more soon.