-
Notifications
You must be signed in to change notification settings - Fork 17
Implement the large font for accessibility. #262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the large font for accessibility. #262
Conversation
wanchao-xu
commented
Mar 23, 2022
- The system setting provide enum value for font size (SYSTEM_SETTINGS_FONT_SIZE_SMALL, SYSTEM_SETTINGS_FONT_SIZE_NORMAL, SYSTEM_SETTINGS_FONT_SIZE_LARGE, SYSTEM_SETTINGS_FONT_SIZE_HUGE and SYSTEM_SETTINGS_FONT_SIZE_GIANT).
|
@WonyoungChoi Do you have any idea about the windows gclient sync failure? It keeps failing for some reason. |
|
@swift-kim It's strange.. I'm trying to reproduce the error on my local environment. Error |
swift-kim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this change on mobile/wearable and it worked very well. Good job.
(But I personally wish there is a medium font size between "normal" and "large" because 1.5 feels too large, especially on wearable.)
|
Will this feature be supported on TV devices as well? (e.g. by enabling Focus Magnification in the accessibility settings) |
I don't find the font size setting on TV, so I think this feature isn't supported on TV. The accessibility settings has |