사진 하단에 보이는 editText 터치하면
키보드가 올라왔다가 바로 다시 내려가는데요.
이거 안내려가게 하는 방법 있나요?
<activity android:name=".YourActivity" android:windowSoftInputMode="adjustPan"> <!-- Activity configuration --> </activity>
메니페스트 파일에 위와 같이 수정하면 되네요
자문자답입니다.
<activity android:name=".YourActivity" android:windowSoftInputMode="adjustPan"> <!-- Activity configuration --> </activity>메니페스트 파일에 위와 같이 수정하면 되네요