Tan Jun Rong
Tan Jun Rong
This is indeed outside the scope of this project, but I think you can already do what you want. For example, for running detekt, it's in fact throwing an error...
can you check your lint result xml file? it looks like the xml is malformed 💠if you can reproduce in a public repo, I can help to have a...
I implemented the limitation of minimum 2 guides in a `sequence` because I thought if you only need 1 TourGuide, you can do it without the `sequence`. It doesn't make...
It is not currently supported, I added this to the to-do-list here: https://github.com/worker8/TourGuide/wiki/Roadmap#tooltip-features
I'm trying to understand more about this issue. @TheRishka Do you mean that when you run OverlayCustomisationActivity directly it works fine, but when you copy and paste it into your...
Wow, these are a lot of commits, thanks! :+1: I'll find some time to go through them this weekend.
@jkreiser I've cherry-picked many of your commits into master, but I couldn't understand some of it, so I didn't include them, I will leave comments in those individual commits. Sorry...
Take a look at my reply in your [pull request here](https://github.com/worker8/TourGuide/pull/58). Thanks!
I'm not sure why you're encountering this. Can you run the example of the project? Then you can compare what is different from your app vs. the example of TourGuide....
Did you manage to resolve the issue? You don't actually need to include `toolTip_container`, because this library is an [aar](http://stackoverflow.com/a/23916544/75579) type, so the resources (like layout) should already be included.