-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text is cut off #18
Comments
Hi. As soon as I get free time, I'll check what could be the problem |
@nikak259 can you show your code of Tooltip usage? Because i can`t to reproduce this bug |
Hi, here is the layout:
and I've got static method, which I use to create tooltip: public static Tooltip createToolTipDialogBox(EditText editText, int stringId, int gravity, Context context) {
then i create tooltip using this method: |
@nikak259 i can`t reproduce this bug with your layout and Tooltip creating code. Try to use \n in your tooltip text |
When I'm trying to show a tooltip under the edittext, text is cut off. Maybe you know what could cause this problem?
The text was updated successfully, but these errors were encountered: