Hi,

Did you got solution for this issue????



On Saturday, August 4, 2012 5:00:33 PM UTC+5:30, smerag wrote:
>
> 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?
>
>
> 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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to