How to access buttons bt1, bt2, which are in the body of a list item, on event:
B4X:
Sub clv1_ItemClick (Index As Int, Value As Object)
' bt1.Text="1"
' bt2.Text="2"
End Sub