android o 字体,android - 在TextView中未正确设置Android自定义字体(nunito) - 堆栈内存溢出...

我在我的Android TextView.使用自定义字体TextView.

Typeface tf = Typeface.createFromAsset(getAssets(),

"nunitomedium.ttf");

txt2= (TextView) findViewById(R.id.txt2);

txt2.setTypeface(tf);

但是线条之间的填充没有正确显示。

android:id="@+id/txt2"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginLeft="@dimen/_10sdp"

android:layout_marginRight="@dimen/_10sdp"

android:layout_marginTop="@dimen/_15sdp"

android:text="You can send emergency blast to friends and family whenever you feel uncomfortable. Once activated, you will be able to send an emergency blast to your safety network within seconds with the pressing of one button."

android:textColor="@color/colorBlack"

android:textSize="@dimen/_15sdp" />

这是我的输出:

382d71fe565e9ebd56c9844cbbc0e892.png

我也试过以下代码:

android:includeFontPadding="false"

但仍然是同一个问题。 不确定,但我也尝试使用来自Here的 justifyTextView ,但同样的问题。 以前有人遇到过同样的问题吗?

提前致谢。

编辑:

如果我使用android:lineSpacingExtra第一行有更多的空间,然后其他行。 这是我的代码和输出。

android:id="@+id/txt2"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginLeft="@dimen/_10sdp"

android:layout_marginRight="@dimen/_10sdp"

android:layout_marginTop="@dimen/_15sdp"

android:lineSpacingExtra="@dimen/_5sdp" <<<<<<<

android:text="You can send emergency blast to friends and family whenever you feel uncomfortable. Once activated, you will be able to send an emergency blast to your safety network within seconds with the pressing of one button."

android:textColor="@color/colorBlack"

android:textSize="@dimen/_15sdp" />

c7e0f1ad1436021bd4b629c6c2d7fdd1.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值