When I try to fill in something in an EditText which is at the bottom of the screen, the Chinese keyboard hides the EditText. How should I resolve this problem? Below is my xml code and pictures.
<android.support.constraint.ConstraintLayout>
<ScrollView>
<LinearLayout>
<EditText>
android:hint="Write down your opinion"
</EditText>
</LinearLayout>
</ScrollView>
</android.support.constraint.ConstraintLayout>
following is my pics