Prototik / HoloEverywhere

NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.
MIT License
2.18k stars 607 forks source link

AlertDialog icon is cutted #732

Open BraisGabin opened 10 years ago

BraisGabin commented 10 years ago

I think this is a problem with the AlertDialog's title height. You can see this issue at the demo app (6a271dbc1c2abc924ffc324d293cd8f812586a38).

AlertDialog's title height OK: device-2013-12-19-140827 AlertDialog's title height KO: device-2013-12-19-140846

I test this problem with v4 and it works fine.

Nexus 5 (4.4.2)

httpdispatch commented 9 years ago

@BraisGabin did you find any solution for this issue?

httpdispatch commented 9 years ago

Looks like it is related to this http://stackoverflow.com/questions/20121711/dialog-on-android-kitkat-seems-to-be-cut

httpdispatch commented 9 years ago

Looks like this solution works http://stackoverflow.com/a/20782404/527759

BraisGabin commented 9 years ago

No, I found this bug just reviewing the sample app. I didn't need a work around in my code.

httpdispatch commented 9 years ago

Perhaps somebody else will face the same issue so would be good if they'll find the solution here