views:

46

answers:

1

Hi,

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 here. Others are basically the same.

Thanks so much!

+1  A: 

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.

takyon