I\'m creating a Dialog Box on Holo Theme and want to follow the OS default way of displaying the buttons. So far I have created the dialog box but the buttons don\'t render in t
a bit late, but maybe someone is still interested in that.
this works pretty good for me.
... ...
the activity that loads this layout needs the Holo.Dialog theme.
android:theme="@android:style/Theme.Holo.Dialog"