[android-developers] DatePicker update via EditText rather than Spinner

2012-11-07 Thread Matthew Fleming
Hi, I'm returning to Android development after a fairly long hiatus, so please excuse the following question if the answer is obvious. I have a DatePicker in a fragment, which is being supported by the compatibility library (I'm trying to keep it compatible back to 2.1). The user can set the

Re: [android-developers] DatePicker update via EditText rather than Spinner

2012-11-07 Thread Kostya Vasilyev
Yes, this seems like an Android bug (can't say which versions are affected). I have the following in my DialogPreference subclass. Note the call to clearFocus. @Override protected void onDialogClosed(boolean positiveResult) { super.onDialogClosed(positiveResult); if (positiveResult) {