I'm using android:windowSoftInputMode="adjustResize"
on my activity to enable my view to get resize when the keyboard is shown. However, when dismiss the keyboard, we could see the resize of the view back to it's original state happens slow, reviewing the grey background for about 1 second.
Is there any way I could have this speed up? (e.g. perform the resize before the keyboard hide?)