Looking at Android samples, I see different size definitions int .xml layout files, like:
android:columnWidth="90dp" android:textSize="15pt" android:layout_marginRight="10px" ...
Where can I find definition of these constants: pt, dp, px etc. ?
Looking at Android samples, I see different size definitions int .xml layout files, like:
android:columnWidth="90dp" android:textSize="15pt" android:layout_marginRight="10px" ...
Where can I find definition of these constants: pt, dp, px etc. ?