/***自定义AlertDialog*用于退出程序按钮**/publicclassAlertDialog{ Contextcontext; android.app.AlertDialogad; TextViewtitleView; TextViewmessageView; LinearLayoutbuttonLayout; publicAlertDialog(Contextcontext){ this.context=context; ad=newandroid.app.Aler..
分类:
其他好文 时间:
2015-04-30 09:07:18
阅读次数:
139