简体   繁体   中英

blue and white AlertDialog in honeycomb

I want to create an AlertDialog like this :

在此处输入图片说明

I know that a blue and white view like this can be made by writing a custom XML file. My question is that is there a built in theme in Android (like Holo) which can be applied to get this effect.

I want to do it in an application being built for Honeycomb. The screenshot is from an Ice Cream Sandwhich emulator.

I found a solution close to this.

AlertDialog.Builder builder = new AlertDialog.Builder(activity, AlertDialog.THEME_HOLO_LIGHT);

This produces a dialog similar to the one above, except that the title is not in blue color (instead, it is in black color).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM