系出名门Android(3) - 对话框(Dialog)和通知(Notification)
[索引页] [源码下载] 系出名门Android(3) - 对话框(Dialog)和通知(Notification) 作者: webabcd 介绍 在 Android 中种对话框及各种通知效果的应用 常用对话框的使用,弹出式对话框、日期选择对话框、时间选择对话框、进度条对话框 通知(出现在通知列表)和提示性通知(Toast)的演示 1、常用对话框的演示 res/layout/main.xml <? xml version ="1.0" encoding ="utf-8" ?> < LinearLayout xmlns:android ="http://schemas.android.com/apk/res/android" android:orientation ="vertical" android:layout_width ="fill_parent" android:layout_height ="fill_parent" > < TextView android:id ="@+id/txtMsg" android:layout_width ...