Project

General

Profile

Feature #228

Updated by Soren Stoutner over 6 years ago

Currently, if the text next to the radio icons wraps around on two lines, the radio buttons will no line up with the icons.    This happens in some foreign languages (like Spanish) when the system font size is set to large huge 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 both the normal and the database view edit bookmark and the edit bookmark folder dialogs.

Back