标签: android xml density-independent-pixel
例如xml中大小为33.0 dp的textview。这意味着双号还是有其他功能?
答案 0 :(得分:1)
我假设你指的是layout_width或layout_height;在这种情况下,这些数字总是浮点数。最后的“.0”没有特别的意义。
有关详细信息,请参阅http://developer.android.com/reference/android/R.attr.html#layout_width。