android-autofittextview
android-autofittextview copied to clipboard
breaks with wearable support 1.2.0
using dependency 'com.google.android.support:wearable:1.2.0' and gives the following error:
Attribute "minTextSize" has already been defined
Same problem in my case. I use 'com.google.android.support:wearable:2.0.0-alpha1'.
Hrmmm this seems like fixing this would be a breaking change for existing users... If someone is willing to submit a PR that namespaces the attrs, something like autofit_ prefix, I could release a 1.x build.