I want to focus on listview of the disabled,I am using the following code snippet,
But does not work.
B4X:
Dim JO As JavaObject = ListView1
JO.RunMethod("setFocusable",Array As Object(False))
Dim JO As JavaObject = ListView1
JO.RunMethod("setFocusableInTouchMode",Array As Object(False))