Android - adjust scrollview when keyboard is up for android 5.0 (lollipop) -
i have problem on android lollipop, screen doesn't adjust size when softkeyboard comes up.
this manifest intro example 1 of activity made:
android:windowsoftinputmode="statealwayshidden|adjustresize" is there new added , have take account android 5.0 ? scrollview works fine on android < 5.0.
the problem didn't work translucent status bar , had set
android:fitssystemwindows="true" in main layout
Comments
Post a Comment