Skip to content Skip to sidebar Skip to footer

Push Up Fragment Content When Keyboard Is Activated

I've searched it everywhere, and I've come up wrapping all my content inside a ScrollView, and setting the keyboard this way: getActivity().getWindow().setSoftInputMode(WindowManag

Solution 1:

Instead of RelativeLayout try to use Linear Layout after scrollView.Set Orientation to Vertical.


Post a Comment for "Push Up Fragment Content When Keyboard Is Activated"