조각 내부에서 소프트 키보드를 숨기는 방법은 무엇입니까? 나는 여러 조각을 제공하기 위해 FragmentActivity사용하고 ViewPager있습니다. 각각의 ListFragment레이아웃은 다음과 같습니다. 활동을 시작하면 소프트 키보드가 표시됩니다. 이 문제를 해결하기 위해 조각 내에서 다음을 수행했습니다. @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { //Save the container view so we can access the window token viewContainer = container; //get the input method ma..