NControl uses pixels on Android, which is fine, but if you setup a control that has parameters like corner radius or anything size related, the size will be different on devices with different densities since the pixels change, but your parameter doesn't. Is there a good way to convert the size without having to use XLabs' IDevice or another library?
NControl uses pixels on Android, which is fine, but if you setup a control that has parameters like corner radius or anything size related, the size will be different on devices with different densities since the pixels change, but your parameter doesn't. Is there a good way to convert the size without having to use XLabs' IDevice or another library?