Creating Custom Alert box in android

荒凉一梦 提交于 2019-12-19 04:16:09

问题


I know this is been answered many times but i am unable to find any good resource for this.

Can any one tell how to create Custom Alert box for android??. What i want is a nice looking alert box with few images text etc which will be basically mu application info. I know how to create simple alert box. Please point me to any sample code if possible

Thanks Pranay


回答1:


Just create any Activity you want with whatever layout you want, and apply android:theme="@android:style/Theme.Dialog" to your <application> tag in your manifest




回答2:


Try this simple tute, here they are adding a text box(edit text) inside the Alert box http://www.terheyden.com/blog/?p=157 Hope it helps you :)



来源:https://stackoverflow.com/questions/3928562/creating-custom-alert-box-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!