The Edittext field is covered with the current keyboard.
People don't see what they are typing at the moment. The page is a fragment.
Here is a XML layout of the mentioned Edittext:
<EditText
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/commentEditText"
android:windowSoftInputMode="adjustPan"
android:hint="Opmerkingen" />
It doesn't work. Maybe I'm doing it the wrong way. Can you help me to solve it? https://i.stack.imgur.com/XmuXm.png