android PullToRefreshListView 4.1上 无效果

01
02
03
04
05
06
   @Override
   protected void onAttachedToWindow() {   
    super .onAttachedToWindow();  
    setSelection( 1 );  
    
}

Android4.1中,PullToRefreshListView点击项目没反应,也不会报错,解决方法就是在 onAttachedToWindow()方法中加入 super.onAttachedToWindow();


转载地址

http://www.eoeandroid.com/thread-237108-1-1.html


你可能感兴趣的:(android PullToRefreshListView 4.1上 无效果)