标签: android android-layout
我见过有些人使用sp作为边距,如:
android:layout_marginLeft="40sp"
虽然许多人一直在使用dp,例如:
android:layout_marginLeft="40dp"
有谁可以确认这两者之间哪个更好,何时应该使用哪个?任何帮助都将受到高度赞赏。
答案 0 :(得分:5)
sp表示字体大小,dp表示其他所有内容。 sp代表与比例无关的像素,dp代表dip =与密度无关的像素。 Detailed explanation
sp
dp
dip