1

自定义字体突然出现问题。当我为文本视图应用漫画字体时,第一个字母被剪切。我尝试实现填充和边距,但不幸的是第一个字母仍然被剪切。呈现的图像描述了这个问题。

我也考虑过这个流程,但没有结果。

常规字体 漫画字体 这是 xml textview 实现。

 <com.alllarm.alllarm.AutoResizeTextView
         android:id="@+id/settings_profile"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_centerInParent="true"
         android:text="@string/my_profile"
         android:textColor="@android:color/white"
         android:textSize="35sp" />
4

1 回答 1

0

此问题与 textview 的大小错误有关。要解决此问题,您只需调整 textview 项目的额外大小。此外,这可能与错误的文本字体功能有关。

于 2014-08-11T08:00:26.197 回答