After searching many related threads , i am posting this question .
My problem is that when i click on the editText box the Keyboard popup pushes the UI and the keyboard draws at the bottom rather i want the keyboard to draw over my UI and according to Android - Adjust screen when keyboard pops up?
I tried android:windowSoftInputMode="adjustPan"
in my manifest file but that didnt solve my problem . Again i get the same issue .
Is there any other solution , any related answers are welcomed . Thanks in advance .