i search from while for giving gradient to textView in android.but not getting proper solution any where.
i have the screen like this
if i put the images as text, but i have many textview which having gradient,then application may be large in size.
so if anybody know the solution please post it.
Thanks.
Here It goes,
Edited:
Hi @android developer,
If you want to do some vertical or any gradients to the view,
Please use,
RadialGradientinstead ofLinearGradient.Only thing is you have to adjust,
and use Tile Mode as Mirror instead of Repeat.
I have sample but it may not exact of what you want,
And you can use
SweepGradientalso instead ofLinearGradient.