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 the way it does in the apps done in Holo for ICS.
How can I do this?
My intended look & feel is
and I am able to reach till here

|
|
|||
|
|
|
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.
|
|||
|
This is what works:
The property |
|||||||||||
|
|
You can set the theme through the Android Manifest xml or inside the Activity's onCreate with The buttons size is not related to the theme itself. The size is up to your xml definitions. In the image you sent, it seems that the buttons received the Holo theme so there's nothing wrong here... Here's an xml layout that will stretch the buttons to fill the whole dialog width:
|
|||||||||||||
|