Recyclerview show wrong when the keyboard open
问题 Hi I have the next problem: I have 3 textviews and a RecyclerView below. When I touch one of them, the keyboard appear and the content of the RecyclerView hide. I check al the linear layout become moved. Here is my xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:card_view="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <android.support.design.widget