Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Intellij! #10

Open
pommedeterresautee opened this issue Feb 1, 2013 · 3 comments
Open

Doesn't work with Intellij! #10

pommedeterresautee opened this issue Feb 1, 2013 · 3 comments

Comments

@pommedeterresautee
Copy link

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

@markmooibroek
Copy link

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
Copy link

Still doesn't work with IntelliJ

@emce
Copy link

emce commented Jun 30, 2013

It isn't working even in 0.0.3-SNAPSHOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants