Hello,
In designer i have :
According to code when 1 button ends another buttons start just next to it. In abstract designer and my phone i can see the buttons fits perfectly. (while conencted with designer and bridge ) but after i run the app in debug or release first two buttons are ok but third button (btnesittir) start with a little space after second button . Why is this behaviour ? Am i doing stg wrong ?
ty
In designer i have :
B4X:
btn0.Left=0
btn0.Width=50%x
btn0.Height=10%y
btn0.Top=50%y-btn0.height
btnvirgul.Left=50%x
btnvirgul.Width=25%x
btnvirgul.Height=10%y
btnvirgul.Top=50%y-btn0.height
btnesittir.Left=75%x
btnesittir.Width=25%x
btnesittir.Height=10%y
btnesittir.Top=50%y-btn0.height
According to code when 1 button ends another buttons start just next to it. In abstract designer and my phone i can see the buttons fits perfectly. (while conencted with designer and bridge ) but after i run the app in debug or release first two buttons are ok but third button (btnesittir) start with a little space after second button . Why is this behaviour ? Am i doing stg wrong ?
ty