robert_hly

踩坑填坑记录...

导航

android 自定义命名空间 http://schemas.android.com/apk/res-auto

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");
 

posted on 2017-02-20 22:11  robert_hly  阅读(511)  评论(0编辑  收藏  举报