android 自定义命名空间 http://schemas.android.com/apk/res-auto时间:2023-03-09 15:13:21 XML中用 xmlns="http://schemas.android.com/apk/res-auto" 获取自定义属性值: public static String NAMESPACE = "http://schemas.android.com/apk/res-auto"; String test= attrs.getAttributeValue(NAMESPACE,"title");