Reputation: 3083
I got this link which has library to use GradientTextView
https://github.com/koush/Widgets
But when I tried to compiled the sample it was giving me error of build xml
is there any proper procedure to add it in our project? am i missing something?
Upvotes: 0
Views: 122
Reputation: 7526
Its for dynamically creation of a textview.
The project you are referring to contain only class which extend textview if you want to use that pass the required parameters in class constructor.
Its not complete project its just a class.
Upvotes: 1