-
-
Notifications
You must be signed in to change notification settings - Fork 222
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 attributes to avoid conflicts #27
Comments
rosenpin
changed the title
Failed to compile values resource
Rename attributes to avoid conflicts
Aug 19, 2023
We should rename the attributes to be more specific to avoid conflicts and potential conflicts with other libraries.
|
Yes, exactly! Thanks. |
ebayraktar
added a commit
to ebayraktar/fading-text-view
that referenced
this issue
Dec 28, 2023
rosenpin
added a commit
that referenced
this issue
Dec 28, 2023
Rename attributes on FadingTextView #27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If Android Leanback library is added along side with your project, app build will fail with this error:
Resource compilation failed (Failed to compile values resource file Q:\Projects\Libs\android\fading-text-view\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values\values.xml. Cause: java.nio.file.InvalidPathException: Illegal char <:> at index 59: com.tomerrosenfeld.fadingtextview.app-mergeDebugResources-2:/values/values.xml). Check logs for more details.
This is due to a conflict with a declared style:
The problem is with the shuffle attribute, it is already declared in the Leanback library.
The text was updated successfully, but these errors were encountered: