Doesn't work with Intellij!
Hi,
I have tried to compile your example project. I added all the dependency needed (comp + sherlock).
The issue is relative to UnifiedPreference / library / res / values / atrs.xml Intellij has an issue with PreferenceHeader
<declare-styleable name="PreferenceHeader">
Intellij doesn't find PreferenceHeader class
In my project I have created a view with some custom XML properties and I use atrs.xml for that purpose. The point is that in atrs.xml, I point the custom view class to make it work. After in the XML layout I point the class path too.
I noticed that there is no PreferenceHeader class in the project. And I don't know what to do!
Can you help me ?
Regards
I also have some problems with importing this lib into IntelliJ. IntelliJ does not seem to find the atrs.xml or something.
therefor my unified:fragment="XX" does not work unified declared as = xmlns:unified="http://schemas.android.com/apk/res-auto"
The error im getting is: ....res/xml/prefs_headers.xml:6: error: No resource identifier found for attribute 'fragment' in package '....'
Still doesn't work with IntelliJ
It isn't working even in 0.0.3-SNAPSHOT