Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法知道手机上设置的字体大小,即在
settings > display > font = small/normal/large/huge
在我的应用程序内?我需要根据设备字体大小更改视图的高度。有什么办法吗?
任何帮助将不胜感激。
您可以使用以下方法获取设备的字体比例:
float scale = getResources().getConfiguration().fontScale;