i have install now for the 4th time b4a 5.02 (every time after 10 min i downgrade to 4.3, its more comfortable for me, but i really want to use b4a 5+)
now i noticed that i cannot put in designer to a view (like panel, button) a height less then 10
i have few apps where i use a panel as a separator between 2 views and it is set to height 1 or 2
The abstract designer sets the minimum size to 10. Once you select the view the abstract designer will override the previous value and it will be 10 again.
In this case it will be easier to set it in your code. Note that this is also true in v4.30 (which actually limits the minimum size to 20 in some cases).
Thank you erel but in b4a 4.3 i set it to 1 and its working fine, only if imove it after i set it to a small size it grows up again but if i dont move the view i set it to any size in the designer and its stay the size i choosed, no need to do it in my code.