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.
我想避免用户对字体的设置偏好影响我的应用程序中各种 TextView 等的字体大小。
什么是最好的方法?
只有当用户觉得更大(或者可能更小)的字体可以改善他们对设备的使用时,他们才会改变他们的字体比例。sp您的应用程序应通过使用文本大小的单位进行调整以匹配。如果您的应用拒绝满足他们的要求,用户可能会不喜欢您的应用。
sp
不要使用sp单位来表示文本大小,并准备好在 Play 商店中接受负面评论。