I've been given a redlines design doc for an Android Wear app where the font sizes have been specified in pt.
If the text size in the Wear layout.xml should be specified in dp (or should it be sp?) how do I convert the spec values in pt into equivalent in dp for a Wearable app?
Note, I've seen this posting What is the difference between "px", "dp", "dip" and "sp" on Android? and others but it didn't help me know how to proceed.