I have this android.support.v7.widget.Toolbar
and the setTitle()
text I want to show sometimes does not show completely. I look for some sort of auto-resize like the android-autofittextview to use for the toolbar but of course that one dont work in toolbar
Then I read about the CollapsingToolbarLayout but I dont want that advanced toolbar. Actually I tried it but text was not resized to show all letters. maybe i did something wrong but anyway:)
Can anybody advice me what to do?