dp和dip有什么区别?

时间:2014-02-03 11:14:18

标签: android android-layout screen-resolution

我目前正在使用以下图片视图 -

<ImageView
        android:id="@+id/flag"
        android:layout_width="120dp"
        android:layout_height="120dp"
        android:background="#000000"
        />

但是我有点困惑

使用什么dpdip

因此它会在不同设备之间发生变化,说它应该管理像320 x 640那样的屏幕尺寸或者还有其他什么可以管理它

提前致谢

1 个答案:

答案 0 :(得分:9)

没有差别。 dip和dp是完全相同的。