tags:

views:

24

answers:

1

when i click on edittext, keyboard appears.but the keyboard hides my view.how to resolve this.

is it possible show my view completely when key board appears.

A: 

Take a look at the android:windowSoftInputMode property of the activity tag.

Samuh