Custom attribute not resolved inside styles and theme
问题 I have android application with custom themes which was developed 2-3 year ago. I had this stylable in my attr.xml resouce file: <declare-styleable name="EVETextViewPlus"> <attr name="customFont" format="string" /> <attr name="pageStripFont" format="string" /> </declare-styleable> And I've used this inside my style_warm.xml resource file: <?xml version="1.0" encoding="utf-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" <style name="style_display_page_title_warm">