Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to stop Scrollview from moving background image to top while pressing EditText?

Change ScrollView to androidx.core.widget.NestedScrollView if you use androidx or NestedScrollView from support package. If you didn't hide anything in the top of your xml this is gonna work(just checked it in test project).


Add this in Activity Manifest

android:windowSoftInputMode="adjustNothing"

Tags:

Android

Android Layout

Scrollview

Related

Why am I getting the "MySQL server has gone away" exception in Django? SwiftUI: observe @Environment property changes How to turn USB port power on and off in Raspberry PI 4 Java 8 filtering a string Is it possible to use gRPC with HTTP/1.1 in .NET Core? How to use nox with poetry? Can floating point equality and inequality tests be assumed to be consistent and repeatable? Filtering DataFrame on groups where count of element is different than 1 why I have HTTP 403 from repo spring? Returning a unique void pointer from a function C++ STL Set Erase by Value Set operation in c++(update existing value)

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy