TextView から継承するクラスを作成したので、使用する必要があるときに実装します。
<cdz.chapitreUn.preums.BoldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world"
tools:context=".PreumsActivity" />
xml ファイルで。クラスのパスを含めるには非常に長い構文です. とにかくありますか (エイリアスまたは何か他のもの) 私は次のようにしか書けません:
<BoldTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world"
tools:context=".PreumsActivity" />
ありがとうございました