android:layout_width="fill_parent"
   android:layout_height="fill_parent"
   android:id="@id/nowevent_status_list"
   android:cacheColorHint="#fff4f4f4" 
   android:dividerHeight="1.0dip"
   android:divider="@color/darkgray" 
   android:scrollbars="none"
   android:focusable="true"
有人说在触摸事件下无效,use requestFocusFromTouch() before calling setSelection()等等的对我来说都无效