I'm using the TabLayout in my android app. I need to change the tabIndicatorHeight to a larger one. So far, this is how I'm achieving it:
As you can see the method is deprecated and looking over its documentation, both on the Class itself and Android documentation, I cannot find any alternative.
How can I get the currently used method or for any other deprecated methods in general?