Do you need the layout to be pushed up when the soft keyboard pops up? If not, try changing the attribute android:windowSoftInputMode="adjustResize". When the soft keyboard pops up, the main window of the Activity will be resized and the layout will not move.
Just put it in a ScrollView
Do you need the layout to be pushed up when the soft keyboard pops up? If not, try changing the attribute android:windowSoftInputMode="adjustResize". When the soft keyboard pops up, the main window of the Activity will be resized and the layout will not move.