RecyclerView hides Toolbar and layout when SoftKeyboard is visible
问题 I've a problem exactly like this LINK, same situation and same components in layouts. The only difference is the toolbar, but obviously i'm using appcompat and the behaviour is the same. Attention, not only the toolbar is hided, but also the upper part of the recyclerview. Is like if the entire fragment is translated up when the softkeyboard is visible. I'm using a toolbar like this in the main.xml of my activity: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http:/