MasayukiSuda / BubbleLayout

Bubble View for Android.
973 stars 135 forks source link

Edit text inside BubbleLayout #2

Closed bellus93 closed 8 years ago

bellus93 commented 8 years ago

BubbleLayout doesn't fit to the length of the text

bellus93 commented 8 years ago

More: it's fits only after softkeyboard closed

MasayukiSuda commented 8 years ago

Call requestLayout() when softkeyboard closed. Please try it.

bellus93 commented 8 years ago

Bubble fits if on Edittext I add a textwatcher and on onTextChanged call the requestLayout();

MasayukiSuda commented 8 years ago

Thanks.