Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.88k stars 1.29k forks source link

Inflating DatePicker inside Anko's Alert doesn't fit correctly #486

Open felemedeiros opened 7 years ago

felemedeiros commented 7 years ago

Hi,

I was trying to inflate a DatePicker inside an Anko's Alert, but is seems to leave an empty space to the right of the AlertDialog.

Anko's:

screen shot 2017-10-01 at 22 41 03

Regular AlertDialog's:

screen shot 2017-10-01 at 22 39 07

I assume there is a style/theme issue, but I'm not sure how this should be handled from within the alert { } context.

Best regards.

qbait commented 6 years ago

Bug still exists, any workaround?

barees63 commented 5 years ago

still there fwiw