Hi,
I am trying to use a custom date picker dialog
for this I modified code as below
@Override
protected Dialog onCreateDialog(int id) {
switch (id) {
case DATE_DIALOG_ID:
return new
DatePickerDialog(this,Android.R.style.Theme_DeviceDefault_Light_Dialog,
mDateSetListener, mYear, month, mDay);
}
return null;
}
after setting theme 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?
--
You received this message because you are subscribed to the Google Groups
"Android Discuss" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/android-discuss/-/rvpWxLAYutMJ.
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-discuss?hl=en.