GitXplorerGitXplorer
b

IconSelectorPreference

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
dc16b934f039030e47fed5e29ad13de02d2b3ed7

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

bbrianfitzgerald committed 9 years ago
Unverified
aa1a36ecc441a3d02b283bc0d750fda1ff5bbab6

Reworked setFileNames

bbrianfitzgerald committed 9 years ago
Unverified
e2531638240cdc365daf3b08a2a715d2ebdb4f19

Update README.md

bbrianfitzgerald committed 9 years ago
Unverified
63a148960589f4a25667744fd8c907cf1fa1fb1e

Converted to library

bbrianfitzgerald committed 9 years ago
Unverified
baa7ba01ab5caf58960f3562d74e896ae331cfb3

use custom schema

bbrianfitzgerald committed 9 years ago
Unverified
6ee216ba7164a62ea6f5305e3a57e3d42576db96

Add library

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.