Is it possible to somehow make the text smaller (only if necessary) for it to be fit on the TabLayout tab in a single line without ellipzising?
/Edit:
Basically what I would like to do is have the text in tabs on single line as is asked about in here Remove line break in TabLayout but without the "..." in the end if the text was to be larger. In this case I'd want the text to auto-scale so that it would fit on a single line. Some people suggested using scrollable there, but I'd like the tabs to be fixed in one place, just so that when there's say 4 tabs and one tab has longer text, it would just have smaller text size according to the fit.