Adam Speakman

Results 2 issues of Adam Speakman

I've added the option to specify a 'scale size' when you create the ImageLoader - I found that in some cases the default scale size was too small, especially when...

The color of the text does not update when used with a `ColorStateList`: ``` ``` ``` textDrawable.setTextColor(getResources.getColorStateList(R.color.highlight_text)); ``` This can be fixed by invalidating the view on state changed: ```...