White dialog theme
Posted
by Al
on Stack Overflow
See other posts from Stack Overflow
or by Al
Published on 2010-05-24T18:45:31Z
Indexed on
2010/05/24
18:51 UTC
Read the original article
Hit count: 284
I've noticed some apps have a dialog with white background, including along the title border, as opposed to the default black. I know how to make the background white but the whiteness doesn't extend to the dialog's title border.
This image: http://localhostr.com/files/25bb19/tether.png is an example of how I want the dialog to look. Anyone know I can do this? I mainly use AlertDialog.Builder
to make my dialogs so ideally something I can easily to that.
© Stack Overflow or respective owner