Cheesebaron / ViewPagerIndicator

Port of Android-ViewPagerIndicator to Xamarin.Android.
Apache License 2.0
73 stars 39 forks source link

Modifying Titles triangle sample #17

Closed glalwani2 closed 5 years ago

glalwani2 commented 8 years ago

Hi, Thank you so much for this library. I have to use a similar sample like one in Titles/Triangle, But with some changes and I want to know which probable functions and properties I have to change for getting this functionality. I have to create something like this so Like in the example, 1)I have to make only the tabs(scrollable) not the viewpager itself, 2) In the example the one item is in middle and two items in extreme ends, I want them to render normally like in(scrollable Tab Layout). 3) I want that indicator to be drawn always at center like in example but both from top and bottom, and the sliding should be much smoother.

UPDATE : I have to achieve something like in this app where in the bottom you have different room to select. http://forum.xda-developers.com/attachment.php?attachmentid=3316746&d=1431840637 The idea is exactly the same but for tabs. I know I am asking alot, but any help would be much appreciated, just starting to work on xamarin. Thank you.