我正在开发与网络管理员连接的图书应用。
我在Web管理员中使用段落和项目符号添加了有关作者的信息,它显示得很好,但是在应用程序中,段落和项目符号不显示,并且文字全部显示。
以下是活动
public String getAuthorDescription() {
return authorDescription;
}
public ArtistHeaderObject setAuthorDescription(String authorDescription) {
this.authorDescription = authorDescription;
return this;
}
下面是布局
<com.remmy.wisdomnuggets.TextviewUtil.UbuntuMediumTextview
android:id="@+id/txt_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:layout_marginEnd="10dp"
android:layout_marginTop="10dp"
android:text="Peter Deuvergny"
android:textDirection="locale"
android:textColor="?attr/colorTagline"
android:textSize="12sp" />
请找到附件的屏幕截图