在我的主布局文件中,我已说明以下内容:
android:padding="10dp"
在我的代码中,我说:
int padding = getPaddingLeft();
如果我在Eclipse中调试代码,填充将等于整数值20。
这是否意味着要以整数格式表示dp,我们需要将它加倍2?
答案 0 :(得分:0)
没有那种方法返回像素值
public int getPaddingLeft ()
Added in API level 1
Returns the left padding of this view. If there are inset and enabled scrollbars, this value may include the space required to display the scrollbars as well.
Returns
the left padding in pixels
这意味着您当前使用的设备是xhdpi设备