Why Android is truncating my ActionBar title?

前端 未结 13 2051
Happy的楠姐
Happy的楠姐 2021-02-13 10:28

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

13条回答
  •  礼貌的吻别
    2021-02-13 11:08

    I dont think there is much you can do about this. Seems to be the action bar title has a fairly limited width and anything over that gets truncated.

    I guess one way round it would be to display: "My reqs (20)" rather than "My requests (20)" but I appreciate that is not ideal.

提交回复
热议问题