2013-10-21 3 views

답변

0

를 시작할 수없는 것은 열거 나되지 않습니다 :

listView.setScrollContainer(false); 

public void onScrollStateChanged(AbsListView view, int scrollState) { 
    //check keyboard is open?  
InputMethodManager imm = (InputMethodManager) getActivity() 
     .getSystemService(Context.INPUT_METHOD_SERVICE); 

if (imm.isAcceptingText()) { 
    writeToLog("Software Keyboard was shown"); 
} else { 
    writeToLog("Software Keyboard was not shown"); 
} 
} 

정지 목록보기