自定义字体突然出现问题。当我为文本视图应用漫画字体时,第一个字母被剪切。我尝试实现填充和边距,但不幸的是第一个字母仍然被剪切。呈现的图像描述了这个问题。
我也考虑过这个流程,但没有结果。
这是 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" />