FlatUI.Xamarin.Android icon indicating copy to clipboard operation
FlatUI.Xamarin.Android copied to clipboard

Conflict between AndroidHUD and FlatUI

Open UriahHeep opened this issue 11 years ago • 3 comments

It seems there's an attribute name conflict between AndroidHUD and FlatUI, when used together in a Xamarin project:

...\obj\Debug__library_projects__\AndHUD\library_project_imports\res\values\attrs.xml(0,0): Error: Attribute "textColor" has already been defined ...

UriahHeep avatar Feb 05 '14 12:02 UriahHeep

same here

darrellbooker avatar Feb 08 '14 02:02 darrellbooker

I'm going to change these attributes here as well, but I've changed them in GitHub for AndHUD already...

Redth avatar Feb 08 '14 04:02 Redth

Might need to investigate this some more... I find it weird that they should interfere since when you use the attribute textColor for instance you'd use it as flatui:textColor... I wonder if there's some other bug lurking here in the way resources are merged in Xamarin. I'd rather not change these all to something like flatui:fuiTextColor

Redth avatar Feb 08 '14 05:02 Redth