Open shiva0705 opened 8 years ago
@shiva0705 Hi,EasyDialog is a "Dialog",when it's shown, it will cover the Activity.So it can NOT implement "read the tool tip while typing in the edit text".
I recommend you to use "PopupWindow",that might implement your requirement.Thanks!
http://developer.android.com/intl/zh-cn/reference/android/widget/PopupWindow.html
I am having issue, whenever easy dialog is shown the keyboard is hidden. I am trying to get it to the point where user can read the tool tip while typing in the edit text. I tried wrapping the layout in scroll view. Any help with would be appreciated!