[Solved] Android tabs – set custom view issue


There is the need to inflate the tabContent 3 times because setCustomView() method works directly with that instance, so each modification to tabContent object will affect the rest of the tabs

solved Android tabs – set custom view issue