Hi all.
I have this in design
and this in Script General:
But i have this "strain" effect ( already in preview in designer )
Any idea ?
Thanks
I have this in design
Corner Radius 50
Border 1
and this in Script General:
B4X:
'All variants script
AutoScaleAll
ScrollView1.SetLeftAndRight(0,100%x)
ScrollView1.SetTopAndBottom(0, 100%y - 90dip)
btn_ripeti.SetLeftAndRight(100%x - 70dip, 100%x - 10dip)
btn_ripeti.SetTopAndBottom(100%y - 70dip, 100%y - 10dip)
lbl_trascrivi.SetLeftAndRight(0,btn_ripeti.Left)
lbl_trascrivi.SetTopAndBottom(100%y - 50dip, 100%y)
lbl_indicazioni.SetLeftAndRight(0,btn_ripeti.Left)
lbl_indicazioni.SetTopAndBottom(100%y - 90dip, 100%y - 50dip)
But i have this "strain" effect ( already in preview in designer )
Any idea ?
Thanks