When edit text got focus soft keyboard is launched that move's the layout above, so added this property in manifest:
android:windowSoftInputMode="adjustNothing"
Now i want to add edit text above of soft keyboard, but i'm not able to get soft key board height,position on screen. If i have these value i will be able to dynamically add edit text above of soft keyboard.
I had tried with different google searched codes but did not get any thing. Below are some links:
Getting the dimensions of the soft keyboard
Is there any way in android to get the height of virtual keyboard of device