I am using the facebook api for android to (obviously) connect to facebook from android... It works finem, apart from a minor thing that I hope can be cahnged:
In the Login screen of facebook (Once I have called succesfully to facebookClient.dialog()) I have two editText's (one for entering the email address, and other to enter the password)
The problem is that I want (when I click in the first editText) to have a "Next" button, instad of a "Go"
Is this possible?
Thanks a lot in advance