Closed kevinschlieper closed 7 years ago
I have same bug, and the cut off value is random.
Hi, I'm having the same bug too. I have 4 tabs. The 3rd tab title is "History", and 'y' is cut off when non-highlighted.
oooooh, My title was hidden too :(
It was related to the updateTitlePadding()
method that was merged from someone else's PR.
The fix will be released with the version 2.0.3.
@roughike Thanks
I fixed it with this style: `
`@Ovadia-B where should i apply this style? for me it doesn't work :(
I am facing the same problem but only after I call DialogFragement from Fragment on a tab
@yuriChechetkin Just copy & paste those lines in your styles.xml file, it will override the style from the library.
Same for me, but applying style doesn't work. When do you plan to release 2.0.3 version?
Will keep an eye on this thread and await 2.0.3 for a permanent fix however for the interim, @Ovadia-B your fix did the trick for me for now! thanks very much!
Great work @roughike, keep it up!!
@Ovadia-B Thanks, that worked for me.
For guys who have issues with temporary workaround by @Ovadia-B, you can also add android:includeFontPadding with false value into the style above, it did the trick for me.
Google released new API in support library v25 with BottomNavigationView.
android.support.design.widget.BottomNavigationView class implements the bottom navigation pattern from the Material Design spec.
Thanks @dmitriialeksandrov, that helped -- it reduced the amount of text cut off, but didn't get rid of it completely. It also turned out that my icons were not 24dp. Once I fixed that, the text was no longer cut off!
Hi,
I have noticed that the bottom part of the title text is cut off. However, for some reason that doesn't seem to be a problem for the first tab, but only for the 2nd and 3rd (only tested with 3 tabs). You can see the problem in the sample app as well.
Steps to reproduce:
Actual behavior: The "y" is cut off (but only in the non-highlighted state).
Expected behavior: Text shouldn't be cut off.
Let me know if you need more input.
Kevin