I want to implement tooltips to be shown near some Views
in my applicati开发者_如何转开发on. How is it possible to show some views over existing layout
? How to position it where I need?
Use a PopupWindow
, you can show it at any position with it's showAtLocation()
method.
精彩评论