当我使用
时TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.View, defStyle, 0);
a.getDimensionPixelSize(com.android.internal.R.styleable.View_padding, layout_unknow);
{5.0}中TypedArray.getDimensionPixelSize(TypedArray.java:572)
方法崩溃了
日志如下:
Caused by: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x3
E AndroidRuntime: at android.content.res.TypedArray.getDimensionPixelSize(TypedArray.java:572)
我该如何解决这个问题?