I don't know the cause, but I fix it by setOnTouchListener to run
spinner.performClick() to pop up the dialog.
like:
 onTouch() {
      if MotionEvent.UP {
            performClick() ;
            return true ;
      }
      return false;
 }


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to