Implemented searchview in my app . TextField height in top should be reduced . Tried
Here I set the height of textfield to 25dip(By default it is 60 dip) . But this does not change .
Attached screen shot
How to reduce the height of TextField ?
B4X:
Base.UserInteractionEnabled = False
Dim parent As Panel = Base.Parent
parent.AddView(et, Base.Left, Base.Top, Base.Width,25dip)
Attached screen shot
How to reduce the height of TextField ?