I have to change the height of a B4XFloatTextField following an IME_HeightChanged event
This code works, but the "X" and "checkmark" labels do not move and remain at the original location
B4X:
Dim difference As Int = OldHeight - NewHeight
B4X_Message.TextField.Height = B4X_Message.TextField.Height - difference