Custom attributes in styles.xml

后端 未结 6 919
野的像风
野的像风 2020-11-27 12:38

I have created a custom widget, and I\'m declaring it in layout.xml. I have also added some custom attributes in attr.xml. However, when trying to declare these attributes

6条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 12:53

    I figured it out! The answer is to NOT specify the namespace in the style.

    
    
        
    
    

提交回复
热议问题