romainpiel / Shimmer-android

(DEPRECATED) An Android TextView with a shimmering effect
2k stars 438 forks source link

Add onSizeChanged() to reset the LinearGradient #7

Closed Keanu closed 10 years ago

Keanu commented 10 years ago

When TextView changed visibility from GONE to VISIBLE, should call resetLinearGradient() again.

romainpiel commented 10 years ago

Hi, that looks correct. Could you base your PR on branch develop though? It's pretty different from master and it makes more sense in terms of workflow. Thanks

Keanu commented 10 years ago

Sorry it's my fault, I will send a new PR based on branch develop. Thanks.