カスタム フォントで突然問題が発生します。テキスト ビューにコミック フォントを適用すると、最初の文字が切れます。パディングとマージンを実装しようとしましたが、残念ながらまだ最初の文字がカットされています。提示されている画像は、この問題を説明しています。
この流れも考えますが、結果が出ません。
これは xml テキストビューの実装です。
<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" />