私は次のようなことをしたいです
<TextViewPlus
android:id="@+id/settings_title_text"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/settings />
それ以外の
<com.my.really.super.long.package.name.that.wont.autocomplete.TextViewPlus
android:id="@+id/settings_title_text"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/settings />
カスタムビューを(デフォルトの)パッケージに入れることができると思いますが、それは悪い考えのようです。(編集:これをテストすると、とにかく機能しません)これを行うための「良い」方法はありますか?