I have two fragments in my viewpager. The second one uses soft keyboard. So when the keyboard appears, it needs to resize. But it is not possible with the full screen theme of base activity.
I want the second fragment to be transparent and show background of base activity, but not draw under status bar. How can I do this?