I have a little problem when I open keyboard in my application. I have a tab bar which is on bottom of page and in some situations, not always when I click on edit text and
You probably want
android:windowSoftInputMode="adjustNothing"
There is probably some confusion over this since it's currently missing from the documentation at
http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft