Android Question How use event from XmlLayoutBuilder

chhtest

Member
Licensed User
Longtime User
Hi,
I have XML layout file, include Button.
B4X:
............
<Button
    android:tag="btnColorCtrlSend"           
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Send" />
............

use XmlLayoutBuilder load this layout to panel,
than use AddView method to Activity.

How can I use Button Click Event?
any suggestion or sample code?

thanks.

Frederick.
 
Top