The problem was that I was using <item name="android:windowTranslucentStatus">true</item> in styles.xml
To enable adjustResize add android:fitsSystemWindows="true" in your activity’s parent layout
The problem was that I was using <item name="android:windowTranslucentStatus">true</item> in styles.xml
To enable adjustResize add android:fitsSystemWindows="true" in your activity’s parent layout