I am new to Android and in my project I have requirement
i.e I have six tabs but I show only three tabs on screen and for rest of tabs I use ScrollView.Here selected tab item must be in the middle,first when I enter into screen I show middle item is active(i.e selected).
That's fine but how could I set this middle item as middle when I scroll for remaining Tabs?
can anybody give suggestion for getting solution.