GitXplorerGitXplorer
b

IconSelectorPreference

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
203ec1b7246e732f70842dea7b4852fd0edf2cd0

initial commit

bbrianfitzgerald committed 9 years ago
Unverified
2c4d09653e50eeb340afb13be4a638a6c5c0f81b

Initial commit

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.