LordZoltan / PagerSlidingTabStrip.Net

Port of Java project of the same name by Andreas Stütz (https://github.com/astuetz/PagerSlidingTabStrip) for Xamarin.Android, written in C# .Net.
Apache License 2.0
17 stars 8 forks source link

"tabBackground" has already been defined #9

Open las3r opened 7 years ago

las3r commented 7 years ago

Hi there. Love your work.

When I added your nuget package to my project I saw that it redefines "tabBackground". My guess is that this is already defined in the android support nuget package. Is there a way that I can ignore this, other than using your source in my project?

LordZoltan commented 7 years ago

Hi there,

I'm really sorry for the delay in responding to you.

I think you're probably correct, and it's likely that it's a newer support package which now contains that attribute where it wasn't previously. To be honest, I'm a bit out of touch with this project now, so I'm not sure of the best way to fix it - however if you are able to/want to fork the repo and tweak it for your purposes then that's absolutely cool.

Once again, very sorry for being so slow in getting back to you!

All the best.