I have a button at the bottom of my screen that is not showing all the way. I have tested this on an emulator and it seems fine but on my device it isn't showing correctly. Below is the code I am using.
B4X:
btnmicrophone.Width = layoutval.Width /3
btnmicrophone.Height = layoutval.Height / 4
btnmicrophone.Left = layoutval.Width /2 - btnmicrophone.Width /2
btnmicrophone.Top = layoutval.Height - btnmicrophone.Height - 60