The Xml Layout Builder library is very useful for creating layouts.
In my layout.xml I have a LinearLayout, TableLayout and a tablerow.
How can I catch the click event of these views?
I get by with buttons and textviews but with LinearLayout, TableLayout and tablerow I do not know where to start.
Thank you.
In my layout.xml I have a LinearLayout, TableLayout and a tablerow.
How can I catch the click event of these views?
I get by with buttons and textviews but with LinearLayout, TableLayout and tablerow I do not know where to start.
Thank you.