开发者

How to create reflection effect for TextView in android

I have got a tech problem of implementing the reflection effect for TextView, in order to create a Clock/Timer. I have read many articles about this, but they are all about adding reflection effect for Images.

Would anyone please point me to the right direction to do so or simply show me some demo which are already there.

one of the articles I have read is开发者_StackOverflow here. Others are basically the same.

Thanks so much!


Convert the view to a bitmap image as explained here.

Once you have a bitmap,flip it, add a gradient mask, and blur it a little to give a little more natural look to the reflection.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜