What is the difference between dp and dip?
本问题已经有最佳答案,请猛点这里访问。
我目前正在使用以下图片视图 -
1 2 3 4 5 6 | <ImageView android:id="@+id/flag" android:layout_width="120dp" android:layout_height="120dp" android:background="#000000" /> |
但我有点困惑
用什么
所以它从一个设备变为另一个设备说它应该像
提前致谢
没有什么不同。 dip和dp是完全相同的。