xmlリソースファイルのImageButtonにないデータを追加して、コードから読み取れるようにしたい
ちょうどそのように
<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
app:angle="0"
app:titletext="imageButton1"/>
これらのデータにアクセス可能で、XMLでエラーが発生しないように定義できる場所
前もって感謝します