-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Rename attrs #10
Comments
I get something that I guess is caused by same issue
|
I just downloaded the library and changed the conflicting attribute name and it worked fine |
@mtangoo @cakcaraka This issue is solved in the latest release i.e v1.0.7. |
Great news. I'll test it soon |
@vipulasri it works just fine. Thanks for the fix! |
Hi, first thanks for creating such an awesome library.
Is it possible to change the attribute names so it won't collide with other libraries? (like adding ticketview_ or ticket as a prefix(like the
ticketElevation
?)I want to use this library but currently it attributes collides with other libraries i am using. (in my case the orientation resource name has conflicts)
AGPBI: {"kind":"error","text":"Attribute "orientation" already defined with incompatible format.","sources":[{"file":"/Users/xxxx/.gradle/caches/transforms-1/files-1.1/{other-library-name}/f85a8ad0b0222b4a35fd6da2e9a9be73/res/values/values.xml","position":{"startLine":86,"startColumn":4,"startOffset":5685,"endColumn":51,"endOffset":5732}}],"original":"","tool":"AAPT"}
AGPBI: {"kind":"error","text":"Original attribute defined here.","sources":[{"file":"/Users/xxx/.gradle/caches/transforms-1/files-1.1/{other-library-name}/f85a8ad0b0222b4a35fd6da2e9a9be73/res/values/values.xml","position":{"startLine":86,"startColumn":4,"startOffset":5685,"endColumn":51,"endOffset":5732}}],"original":"","tool":"AAPT"}
Stating from here
https://developer.android.com/studio/projects/android-library
The text was updated successfully, but these errors were encountered: