안드로이드 질문 드립니다.

lalupo20의 이미지

사진 하단에 보이는 editText 터치하면

키보드가 올라왔다가 바로 다시 내려가는데요.

이거 안내려가게 하는 방법 있나요?

File attachments: 
첨부파일 크기
Image icon 로마.jpg190.69 KB
lalupo20의 이미지

<activity
    android:name=".YourActivity"
    android:windowSoftInputMode="adjustPan">
    <!-- Activity configuration -->
</activity>

메니페스트 파일에 위와 같이 수정하면 되네요