-
Notifications
You must be signed in to change notification settings - Fork 44
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
Conflict with HoloEverywhere library. #2
Conversation
…te when used with HoloEverywhere library.
Won't merge this. I don't want that every user who doesn't use HoloEverywhere has to write these prefixes. You can:
|
+1 support-v7-appcompat contains the new actionbar compat, which probably more and more people will be switching to as a google maintained alternative for actionbarsherlock. |
Consider merging this. |
Same here as far as the support-v7-appcompat library. Had to abandon actionbarsherlock because of conflicts with the googlecast sdk as well. |
Same here. Using support-v7-appcompat. |
Same here |
Same here Using support-v7-appcompat. But we can fix the bug in lib by changing above mentioned fix by AndroidPIT, and don't forget to change the
in the fragment_quick_contact.xml in example project ! |
any solution for this? i have problem with support-v7-appcompat, too. |
You can try to apply this pull request #37 |
This is something which is really needed. At the minute it's holding me back on migrating to maven cleanly. |
@matto1990 Why don't you fork the project, do the change you need and use your forked version? By the way, since you haven't moved to Maven yet, move to Gradle instead. You can fork the project and apply my commit d9e32fa from the comments above. |
I've done that, but it's annoying that this version, which is in the android ark repository is not compatible with such a common and official library. I am moving directly to gradle, but gradle uses the maven repositories for dependencies. |
HoloEverywhere is not that common and is not an official library. |
Exactly the same issues are seen when you're using the android-support-v7 library from Google. |
+1 to what matto said, except I'm using the v4 support lib. |
+1. I hit the same issue. Please rename the attributes and merge. I also had a problem importing the library into Eclipse..it kept coming in as a Gradle project instead of an Android Library because the git code includes the .gradle, .settings, .classpath, and .project files. Those aren't needed so I had to delete them first. The Gradle plugin is also 0.5.x instead of 0.4.x...the old one tied to Gradle 1.6. |
Agreed. It's such a hood library that I don't want to form it just to make
|
Add 'psts' attribute prefix to avoid conflict in dividerPadding attribute when using this lib together with HoloEverywhere library.
Added prefix to all attributes to make them look all the same, instead of adding the prefix only to dividerPadding.
My project was failing to compile because HoloEverywhere was giving this error:
attrs.xml:24: error: Attribute "dividerPadding" has already been defined