How to scroll an EditText to the very top of the layout?
问题 So I have this layout with some ChipsInput inside a scrollview and I simply want these to go to the very top when the keyboard is activated I've tried to change windowSoftInputMode to adjustPan and others but it does not make it to go to the very top, just doesn't cover it. Here's my xml layout <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id