Actions
Feature #228
closedRedesign the layout of the edit bookmarks dialogs to align the icons and radio buttons
Start date:
11/30/2017
Due date:
% Done:
0%
Estimated time:
Description
Currently, if the text next to the radio icons wraps around on two lines, the radio buttons will not line up with the icons. This happens in some foreign languages (like Spanish) when the system font size is set to large on a Nexus 6P.
The solution is probably to use a ConstraintLayout, although it might also be possible to use a RelativeLayout. It can't be accomplished with the current LinearLayout because the items in the RadioGroup cannot contain sub LinearLayouts without breaking the functionality of the group.
This layout change should apply to the normal and the database view edit bookmark and the edit bookmark folder dialogs.
Files
Updated by Soren Stoutner almost 7 years ago
- File Database View Edit Bookmark Folder.png Database View Edit Bookmark Folder.png added
- Description updated (diff)
Updated by Soren Stoutner about 4 years ago
- Priority changed from 3.x to Next Release
Updated by Soren Stoutner over 3 years ago
- Status changed from New to Closed
Actions