greenfrvr / hashtag-view

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

add none option for row distribution attribute to preserve original tag order #16

Closed Kenneth-KT closed 8 years ago

Kenneth-KT commented 8 years ago

addresses issue #15

greenfrvr commented 8 years ago

Due to my positioning algorithm that will not save original tags order. I mean row distribution affects on already defined rows, but all tags array is sorted in descending order just in the very beginning of positioning before rows are defined.