Hello all.
I put EditTexts in a ScrollView.
I need to define the properties "Input Type" of each cell, and because they are not all I need, I will create.
To do this, I need to know where pressed inside the ScrollView. An example of Klaus does it with a Label and working properly.
I've implemented the EditText and the problem is I need to press 2 times the cell to detect that I pressed.
How I can do it with just one touch?
PD. In the example below, the first 3 positions are with "Input Type" = TEXT. The following are those which would implement the code, and "Input Type" = NONE (no keyboard).
Thanks.
I put EditTexts in a ScrollView.
I need to define the properties "Input Type" of each cell, and because they are not all I need, I will create.
To do this, I need to know where pressed inside the ScrollView. An example of Klaus does it with a Label and working properly.
I've implemented the EditText and the problem is I need to press 2 times the cell to detect that I pressed.
How I can do it with just one touch?
PD. In the example below, the first 3 positions are with "Input Type" = TEXT. The following are those which would implement the code, and "Input Type" = NONE (no keyboard).
Thanks.
Attachments
Last edited: