128june

[Android Studio] 키보드 화면이 layout과 별도로 동작하게 하기 본문

Android Studio

[Android Studio] 키보드 화면이 layout과 별도로 동작하게 하기

128june 2020. 7. 21. 10:59
반응형

manifests > activity 설정 > android:windowSoftInputMode="adjustNothing"  추가

 

 

기타 설정은 개발자 사이트에서 확인

https://developer.android.com/guide/topics/manifest/activity-element#wsoft

 

<액티비티>  |  Android 개발자  |  Android Developers

Declares an activity (an Activity subclass) that implements part of the application's visual user interface. All activities must be represented by {@code } elements in the manifest file. Any that are not declared there will not be seen by the system…

developer.android.com

 

반응형
Comments