UnifiedPreference icon indicating copy to clipboard operation
UnifiedPreference copied to clipboard

Doesn't work with Intellij!

Open pommedeterresautee opened this issue 13 years ago • 3 comments

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

pommedeterresautee avatar Feb 01 '13 16:02 pommedeterresautee

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 '....'

markmooibroek avatar May 07 '13 21:05 markmooibroek

Still doesn't work with IntelliJ

markmooibroek avatar Jun 22 '13 05:06 markmooibroek

It isn't working even in 0.0.3-SNAPSHOT

emce avatar Jun 30 '13 20:06 emce