안드로이드/Tip
[Android] 키보드 내리기
Debbi
2021. 11. 1. 00:56
728x90
소프트 키보드를 코드로 내리는 방법입니다!
val inputMethodManager = requireActivity().getSystemService(AppCompatActivity.INPUT_METHOD_SERVICE) as InputMethodManager
inputMethodManager.hideSoftInputFromWindow(binding.searchVPlace.windowToken, 0)