Android Question AS TextFieldAdvanced: Space between text and right icon

Timm Sodtalbers

Member
Licensed User
Longtime User
Hi!
There is a lot of free space between the text and the icon on the right.
Seems to be reserved for the Clear and Reveal buttons.

ASTextFieldAdvanced.png

Is it possible to close the gap?
 

Timm Sodtalbers

Member
Licensed User
Longtime User
Just add this to your AS TextFieldAdvanced example:
B4X:
Private Sub B4XPage_Appear
    AS_TextFieldAdvanced_4.Text = "textfield textfield textfield textfield"
End Sub
 
Upvote 0
Top