728x90
1. [Manifest -> 해당 Activity]
2. android:windowSoftInputMode="adjustUnspecified|adjustPan" 추가
<activity android:name=".menu_club.post.BoardShowActivity"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustUnspecified|adjustPan" />
Reference
https://musesong.tistory.com/entry/안드로이드-소프트키보드에-가려진-EditText-키보드-위로-올리기
728x90
'Dev > Android' 카테고리의 다른 글
[Android] Toolbar setTitle 타이틀 설정 변경 (0) | 2020.06.24 |
---|---|
[Android] 현재 지역 날짜, 시간 구하기 (0) | 2020.06.23 |
[Android] Toolbar 뒤로가기 버튼 (0) | 2020.06.17 |
[Android] Snackbar 예제 (0) | 2020.06.17 |
[Android] Toolbar 타이틀 제거하기 (0) | 2020.05.19 |