gpt4 book ai didi

android - 在 Android 中更改 EditText 的字体?

转载 作者:IT老高 更新时间:2023-10-28 22:00:46 27 4
gpt4 key购买 nike

有什么方法可以在 Android 中更改 EditText 的字体?我希望它与我为所有 textViews 设置的字体相匹配。

最佳答案

 editText.setTypeface(Typeface.SERIF); 

就像 TextView 一样。

 <TextView
...
android:typeface="serif"
... />

编辑:上面是 XML

关于android - 在 Android 中更改 EditText 的字体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10766943/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com