I have a style guide of iOS app which specifies height, width, padding, font size etc in PT (1x as base). I have converted them successfully in pixels for various iPhones like iPhone 5,6,6s Plus, 7, iPad.
Now I need to use the same style guide for Android App, but I am clueless how should I convert iOS PT to android DP or pixel?
Is there any common method or something which can specify like: 30pt of 1x iOS converts into X dp (or pixel) of mdpi android?
I have searched but couldn't find hint for this. If someone could help me here, that would be great.