I have a problem on android lollipop, screen doesn't adjust size when the softkeyboard comes up.
This is my manifest intro example from one of the activity i made:
android:windowSoftInputMode="stateAlwaysHidden|adjustResize"
the problem was that it didn't work with translucent status bar and i had to set
android:fitsSystemWindows="true"
in my main layout