I am using the Google Design Library v22.2.0. I have used the TabLayout with ViewPager using custom view for tabs.
After getting location, I have to update the Title of custom tab view. This was the 1st option I tried to update it:
tabLayout.getTabAt(position).setText("Location");
But this removes the Custom View & sets normal Text.
I looked at the references of TabLayout.Tab here & found that there's a function named public View getCustomView().
Tried the same thing in Studio & it says that the function is not public.
Does anybody else is facing the same issue. If yes, where should I report this ?