I have one form (Scroll View) in TabActivity, tabs appears on bottom of the page, and I have one EditText element bottom of the page. Whenever user wants to enter text total UI moving top along with Title bar. Is there any possibility to prevent it?
Share
Try to set
android:windowSoftInputModeto the activity in your Manifest. Otherwise change the Layout to relative and make your EditTextandroid:layout_alignParentBottom="true"Refer this Example