worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

can't change textColor of tip. #89

Open jianghao1123 opened 8 years ago

jianghao1123 commented 8 years ago

mTextColor in class ToolTip is never be used

onclicklistener commented 8 years ago

I checked code and find the textColor never be used,so just import as a module and add setTextColor() yourself.Good Luck!

thejaswinims commented 8 years ago

@onclicklistener Not able to import it as module, gradle sync fails with unable to read gradle.properties error. Please help

onclicklistener commented 8 years ago

Let me know your error. In general,delete useless line and it will be fine.