How to keep all fields and texts visible while the soft keyboard is shown

I'm working in this login screen, and I want all fields, texts and buttons to resize when the IME is shown. I've already used the android:windowSoftInputMode="adjustResize" on androidManifest.xml, but i'm still getting some elements underneath others.I wouldn't matter if the TextView "Cadastre Agora" (id= cadastrar) remains covered by the virtual keyboard. But, as long as there are few elements, i'm trying to make at least the EditTexts (and their TextViews) and the button visible.I found this unanswered question that could be an interesting approach: http: //stackoverflow.com/ questions/6484024/soft-keyboard-keep-one-view-stationary-while-moving-otherthanks for helping!Screen without IME: http://imageshack.us/photo/my-images/138/semttulo2mr.png/Screen with IME (TextView1 becomes hidden): http://imageshack.us/photo/my-images/404/semttulo3xw.png/Stackoverflow is complaining about my code formatting, so i uploaded the xml file here: https ://rapidshare.com /files/1767398103/login.xmlAnd i can't post more than 2 links, thats why I put spaces in them.
 
Back
Top