Avoid commonly used layout name
minkiapps opened this issue · 1 comments
minkiapps commented
Version Choicesdk-maps 0.2
I realise that an internal layout named fragment_map
is used. Generally it is bad practise if an library internal layout is named in a very common way. Library caller can easily have to same layout name and this would cause runtime conflict, where the library would use the layout of the consumer instead of it's own.
I recommend to add at least a prefix to avoid naming conflicts, like choice_fragment_map
.
See also this SO post.
officebluesource commented
Issue should be fixed with version 0.3.0.