Reputation: 12316
I have a fragment with a EditText
and when I show the keyboard for write the EditText
doesn't show completely.
I have this in the fragment but doesnt work:
getActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE | WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
Any idea?
Upvotes: 2
Views: 1471