Alessandro Crugnola
Alessandro Crugnola
Hi, can you create a pull request?
You should use Android Studio with gradle with this library
If you want to use it in eclipse you must import them as "existing code" and not as "existing projects" and then mark both of them "library-java" and "library-native" as...
working on a separate branch for this
Sorry but I don't get what is the alignment property for. There's already an anchor gravity property to align the tooltip with objects. What is this for?
I don't think there's a default behavior which will work for everyone, that's why you have the chance to define what the behavior should be.
so basically there should be something like: ClosePolicy.Builder() .inside(touch, consume) .outside(touch, consume) .build()
Understood. I can see what I can do
Not sure this is the best solution: https://github.com/sephiroth74/android-target-tooltip/commit/e59315a8bf298dd1309829377945035b9964c01d The problem is that the if the popup layoutparams has the flag `WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE` it's not possible to consume the touch at runtime...
Let me try. in the meantime you can use: https://jitpack.io/#sephiroth74/android-target-tooltip/e59315a8bf