gpt4 book ai didi

android - 在 TextView 中设置字母之间的空格

转载 作者:太空宇宙 更新时间:2023-11-03 10:53:31 27 4
gpt4 key购买 nike

有没有办法在字母之间为 editText 设置自定义空间(以像素为单位)?我只发现如何在行之间设置空格,但在同一行的字母之间设置 bot

最佳答案

使用 android:letterSpacing 我能够在 TextView 中的字符之间添加间距

  <android.support.v7.widget.AppCompatTextView
android:id="@+id/textViewValue"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:letterSpacing="0.35"
android:maxLines="1" />

相关方法:

setLetterSpacing(float)

关于android - 在 TextView 中设置字母之间的空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9516571/

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