Usually sp
is used for setting text size
but is it a bad practice to use that for setting dimensions of view in layout? I did not see any warning on this line of .xml
file:
android:layout_height="20sp"
This question indirectly follows my previous question.