customizing Tab text color, stacked color, and swipe functionality in Xamarin Android?
问题 I have three tabs in xamarin android, I have used tab Host to create those tabs. Now, I want to change the text color in those tabs, and I want to use the swipe effect just like the Tabbed Page in Xamarin Forms. How can I achieve this? Please do tell me the library also ,if required? 回答1: I want to change the text color in those tabs, and I want to use the swipe effect just like the Tabbed Page in Xamarin Forms You could use TabLayout, Usage like this : <?xml version="1.0" encoding="utf-8"?>