Android Question EditText padding and IME adjustPan

peacemaker

Expert
Licensed User
Longtime User
This works OK, if do not use the padding in the Visual Designer.
If to set the padding - the EditText view is not visible, when keyboard activated.
Any solution ?


Pre-history: if an edittext view must have a colored border - it was the overhead to place it into a panel and move such that panel's border would cover the textedit.
But text alignment also must be fixed... but the padding interferes ...
 
Last edited:

peacemaker

Expert
Licensed User
Longtime User
When padding was added ? Any way to make borders for EditText with text alignment adjusting possibility ?
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Thanks, Erel, so not so long time...
But why the padding (internal) influences to the external view moving ?
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
OK, yes, when is default - no problem (edittext is above keyboard, if tapped). But when it needs to adjust the text position by the padding - when the EditText is tapped and keyboard popped up - the EditText view is covered by the keyboard.
 
Upvote 0
Top