mathew-kurian / TextJustify-Android

:page_facing_up: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0
https://github.com/bluejamesbond/TextJustify-Android/wiki
Apache License 2.0
1.86k stars 369 forks source link

Prefix all the customs attrs #52

Closed pdegand closed 9 years ago

pdegand commented 9 years ago

As you are using rather common custom attrs like text or textSize, theses attrs could conflict with another libraries.

As suggested by Xavier Ducrohet here, you should prefix all your custom attrs with something like tj_.

You could also consider using the platform attrs for common attrs like textSize, paddingetc...

Thanks

mathew-kurian commented 9 years ago

Thank you. Improvements will be put in the next build.

mathew-kurian commented 9 years ago

Done. Version 2.0.3. Prefixed with documentView