Android: ScrollView not scrolling with keyboard out
I had the same problem and I checked my activity in the manifest, and the reason why it wasn’t working is because I didn’t use this property: android:windowSoftInputMode=”adjustResize” Now it works great and no need to do additional anchors.