I have a layout with different TextViews, and I want that when the keyboard is visible, the layout will be scrollable.
I added to my Activity: android:windowSoftInputMode="adjustResize" in the manifest.
and it worked.
Then, when I followed the below link for transparent status bar, the status bar was indeed transparent, but the layout was not scrollable
Lollipop : draw behind statusBar with its color set to transparent
Any idea how can I achieve both?
Thanks,