简体   繁体   English

覆盖android系统设置的字体大小

[英]Override the font size of the android system settings

I've got the problem, if someone edits the font size of the android system (in Settings->Display->Font Size), my app layout doesn't fit anymore. 我有问题,如果有人编辑android系统的字体大小(在设置 - >显示 - >字体大小),我的应用程序布局不再适合。 I developed my app in normal font size. 我用正常的字体大小开发了我的应用程序

I would like to override the font size of the systems settings just for this app. 我想覆盖这个应用程序的系统设置的字体大小。

Thanks! 谢谢!

I would like to override the font size of the systems settings just for this app. 我想覆盖这个应用程序的系统设置的字体大小。

That is not strictly possible. 这不是严格可能的。 Anything measured in sp will take the font scaling into account. sp测量的任何内容都将考虑字体缩放。

Your short-term solution will be to change those dimensions to dp , as 1 sp equals 1 dp at normal font scale. 您的短期解决方案是将这些尺寸更改为dp ,因为1 sp等于正常字体刻度的1 dp

That being said, please consider updating your UI to be more flexible about font scale, as that is important for some users, whose vision is not as acute. 话虽如此,请考虑更新您的UI以更灵活地使用字体比例,因为这对于某些用户来说非常重要,因为这些用户的愿景并不那么严重。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android - 如果使用 androidx,则不应用可访问性字体大小的系统设置 - Android - System settings for accessibility font size are not applied if using androidx 文字大小不随系统设置字体大小缩放 - Text size not scaling with system settings font size 从系统设置更改字体大小时,Android TextView(大小设置为 sp)不会改变大小 - Android TextView(size set as sp) is not changing size when font size is changed from system settings Android应用程序字体大小根据设置中定义的字体大小而变化 - Android applications font size changes according to the defined font size in settings Android Cordova - 覆盖用户更改字体大小 - Android Cordova - override user changes in font size 在更改显示设置中的字体大小时,Android TextSwitcher大小会增加 - Android TextSwitcher size increasing on changing the font size in the display settings Android WebView设置字体大小系统默认? - android webview set font size system default? Android:如果更改了系统字体大小,应用程序崩溃 - Android: Application Crashes if System Font Size is changed 自定义字体大小设置 - Custom font size settings 覆盖Android的Gmail应用最小字体大小(简报) - Override Android's Gmail app minimum font-size (Newsletter)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM