PinView
PinView copied to clipboard
[Change Request] Prefix the attrs values.
Description:
Would be possible to prefix the attrs
values in order to not conflict with other libraries?
At the moment, the attribute attr/viewType
conflicts with one with the same name in the new Androidx Media2 library androidx.media2:media2-widget
. Prefixing to something like pin_viewType
pin_backgroundColor
would almost 100% prevent conflict issues of attributes.
same issue here
jetified-pinview-1.4.3/res/values/values.xml:14:5-32:25: AAPT: error: duplicate value for resource 'attr/viewType' with config ''.
still there
This commit exists on "develop" branch and must be added (cherrypick) to "master" branch as well