I want to add some extra data that is not found in the ImageButton in the xml resource file and to be able to read it through the code
just like that
<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
app:angle="0"
app:titletext="imageButton1"/>
where can I define these data to be accessable and not cause an error in XML
Thanks in Advance