-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to focus on last row #186
Comments
Hi, have you tried to get the longClickListener from the tableDataView instead of creating a new one?
|
I have solved my problem. I forgot, that the focus is not given to item of the listview, but to editext. Thank you for the help.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Select last a row:
Add a new row:
Focus on the the new row:
The result is not expected, lost the blink cursor on last row when selected:
https://drive.google.com/open?id=1beJ9QYTQu1Qe3iCqDKcRWcJ_-1IIZCAU
Expected result:
https://drive.google.com/open?id=1D2ncW-T7gO8rny_2IDZTeCyWI1hS7DSH
How to resolved my problems?
Thanks.
The text was updated successfully, but these errors were encountered: