-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
maxLength="29"
to card browser's menu entry.
If menu item's title can't fit into one line in the screen, it's truncated. Which makes some menu entry not understandable on small sceren when user's text size is big. I counted the number of displayed character in such a truncated field, it's 29. This seems like a reasonnable limit anyway for a menu entry title. If this is accepted, then I'll do the same for every other menu. And ideally, we should have a linter that ensure that any item's android:title has the same limit. Admittedly, it'd be great to be able to also show big string, because translators won't re-translate quickly, if ever. But that seems to a surpisingly hard problem.
- Loading branch information
1 parent
76456a0
commit 75d07a0
Showing
5 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters