SimpleSearchView
SimpleSearchView copied to clipboard
Wrong attributes types
The attributes
<attr name="backIconAlpha" format="dimension" />
<attr name="iconsAlpha" format="dimension" />
have a type "dimension", but probably should be a "float"
See #32, I've already submitted a PR