Custom attributes in styles.xml
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 in a style in styles.xml, it's giving me No resource found that matches the given name: attr 'custom:attribute'. I have put the xmlns:custom="http://schemas.android.com/apk/res/com.my.package" in all of the tags in styles.xml, including <?xml> , <resources> , and <style> , but it still gives me the same error, that it can't find my custom XML namespace. I can, however, use my namespace to manually assign attributes to the