adnan-SM / TimelyTextView

Animated TextView like Timely app
920 stars 152 forks source link

Do not support layout_width & layout_height #4

Closed stormzhang closed 10 years ago

stormzhang commented 10 years ago

Do not support layout_width & layout_height attribute

adnan-SM commented 10 years ago

Working on this, but if you want to go ahead and use it. Just try diving the arrays by a common factor. Like diving all 4 arrays by 2 will reduce their size by 50%

stormzhang commented 10 years ago

Ok, thanks. the factor can be dynamically custom in xml attrs will be great.

adnan-SM commented 10 years ago

Fixed all these issues in the latest merge, thanks to Malinskiy !