dp和dip有什么区别?

and*_*nia 1 android screen-resolution android-layout

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

<ImageView
        android:id="@+id/flag"
        android:layout_width="120dp"
        android:layout_height="120dp"
        android:background="#000000"
        />
Run Code Online (Sandbox Code Playgroud)

但我有点困惑

用什么dpdip

所以它从一个设备变为320 x 640另一个设备说它应该管理屏幕尺寸,或者是否还有其他任何东西来管理它

提前致谢

Fan*_*mas 9

没有什么不同.dip和dp是完全相同的.