Hah, got it! I wasn't using the ContextThemeWrapper enough; I had been 
inflating my layout (containing the Date & TimePickers) using the original 
context. So, here's the working code, if anyone else is interested:

ContextThemeWrapper wrapper = new ContextThemeWrapper(this, 
android.R.style.Theme_Holo);
final LayoutInflater inflater = (LayoutInflater) wrapper
.getSystemService(LAYOUT_INFLATER_SERVICE);
AlertDialog.Builder builder = new AlertDialog.Builder(wrapper);
...

Thanks for the tip, Kostya!

String

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

Reply via email to