I have an edit text inside a bottom sheet fragment. when the focus come on the edit text the layout goes up . i tried
android:windowSoftInputMode=\"adjustNo
in the activity declaration in the manifest, put these lines of code:
android:windowSoftInputMode="stateHidden" android:windowTranslucentNavigation="true" android:windowTranslucentStatus="true"