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

New version tabs like Play Store(tm) version 5.0 #6

Open jorgenstorlie opened 9 years ago

jorgenstorlie commented 9 years ago

Hello

Are you planning to support tabs like in Play Store(tm) version 5.0

Jørgen

kjeremy commented 9 years ago

:+1:

jorgenstorlie commented 9 years ago

Do you plan to update the project?

https://github.com/jpardogo/PagerSlidingTabStrip

LordZoltan commented 9 years ago

Hiya - really sorry for the delay.

Not sure I necessarily need to at the moment - am happy for your fork to persist on as the material version for the time being.

I have plans for an app of my own - no doubt I'll pull in your changes then :)

Really like your work!

Thanks,

Andras

jorgenstorlie commented 9 years ago

James Montemagno made a binding project:

https://github.com/jamesmontemagno/PagerSlidingTabStrip-for-Xamarin.Android

LordZoltan commented 9 years ago

Oops - the perils of using Github at past midnight after getting up at 5!

So I guess my feeling is that it should be reasonably simple to extend my implementation to make it look like the Java material one, as, I think, I've put more extensibility points in there than were there for the original library.

I had specific requirements when I ported the library:

Now that a binding library exists, I guess most people will use that, and those that want full control over the UI elements that go into each tab should be able to extend what's there easily to create the material look too. My possibly naive feeling is that it should just be some colouring customisation.

If someone wanted to submit that customisation as a pull request, I'd gladly merge it in :)