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.
我正在开发一个 Android 应用程序,我想阅读Settings->Display->Font Size 下的字体大小。
因此,如果用户将他的字体大小设置为小/大/巨大,我想将其自动应用于我的所有文本
我使用的是三星 Galaxy Nexus,Android 4.1.2
预先感谢您的帮助
尝试FONT_SCALE从android.provider.Settings.System.
FONT_SCALE
android.provider.Settings.System
您还可以使用与“dp”相同的“sp”单位定义文本大小,但根据用户系统设置的文本大小进行缩放。无需自己从系统中读取字体大小。