Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

EditText is a thin veneer over TextView that configures itself to be editable.

learn more… | top users | synonyms

0
votes
1answer
232 views

How to make background push up when click EditText in android (like facebook login in android)

I am try to make my login page like facebook login. everything done but one thing that not yet done is when I click the Email the keyboard was cover my Password so I can't type my password. how to ...