如果我在xml中定义一些View,例如:然后在初始化时使用AttributeSet:publicAlphabetButton(Contextcontext,AttributeSetattrs){super(context,attrs);if(attrs!=null){StringtextSizeAttribute=attrs.getAttributeValue("http://schemas.android.com/apk/res/android","textSize");这个textSizeAttribute值是这样的:05-0116:00:21.154:I/AlphabetButt