You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows accessibility - code architecture & layout adjustments (#31)
* Use Settings to listen for theme and language
* Use x:Name for navigation items tag
The `Name` property is used to control the item of a XAML layout in the
code-behind of a Page.
Thsi way it is possible to set its style and properties when they are
changed in the Settings.
* Adjust layout of screens for font in Settings
When text size changes and the font is replaced, the text needs to have
enough space to fit in the layout after Settings.
To do that some `styles` have been modified to let the text adjust
easily to Settings.
* Apply ESLint fixes
0 commit comments