I noticed that if I create a standard two-button AlertDialog using the builder and one button contains text that spans more than one line and the other button fits on one line, then the button sizes are mismatched. Only the two-line text button grows, and it looks most unpolished:

Is there an easy workaround to still use the AlertDialog builder and coax the button sizes to match?
I presumed this is an Android bug/feature and reported it.