greenfrvr / hashtag-view

Android fully customizable widget for representing data like hashtags collection and similiar.
MIT License
337 stars 54 forks source link

Wrong attributes extraction from layout .xml #7

Closed greenfrvr closed 9 years ago

greenfrvr commented 9 years ago

Attribute tagPaddingLeft in xml layout, defines all paddings, i.e. other padding attributes in xml are ignored. _Quick fix_ - set paddings programmatically.