In my app, I change the title in the ActionBar from each fragment displayed. When I first start my apps, I got a list of requests, so my title is \"My requests (20)\".
T
In my case the text was being truncated but not with ellipsis (...), the last character was always cut, like this:
I found out that changing the toolbar width from "wrap_content", to "match_parent" solves the issue: