Hi All,

I am trying to use custom DatePicker dialog.
For that I modified the OnCreateDialog method so that it returns a date 
picker with specific theme like this 
@Override
protected Dialog onCreateDialog(int id) {
switch (id) {
case DATE_DIALOG_ID:

return new 
DatePickerDialog(getActivity(),Android.R.style.Theme_DeviceDefault_Light_Dialog,
 
this, year, month, day);
 }
 I get an ugly non-transparent border around my date picker when it is 
displayed: 

(screenshot here: http://i.stack.imgur.com/WO1YD.png)

What can I do to get rid of the border?

Thanks in advance.......


-- 
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