-
LayoutInflater inflater=LayoutInflater.from(this); View view=inflater.inflate(R.layout.dialog_layout, null); AlertDialog.Builder builder=new AlertDialog.Builder(this);查看全部
-
对话框的隐藏Dialog对象的dismiss()方法。查看全部
-
使用AlertDialog.Builder的create()方法创建一个AlertDialog对象,然后调用这个对象的show()方法显示这个对话框。查看全部
-
alertDialog 常用的方法查看全部
-
Toast toast=Toast.makeText(this,"内容",Toast.LENGHT_LOGN); LinearLayou toast_layou=(LinearLayout)toast.getView(); ImageView iv=new ImageView(this); iv.setImageSesurce(R.drawable.img); toast_layou.addView(iv,0);查看全部
-
toast的一些设置查看全部
-
日志级别哈哈查看全部
-
debug是最终比较复杂的程序 logcat是追踪简单的程序查看全部
-
如何实现通知栏查看全部
-
Notification的内容查看全部
-
什么是Notification查看全部
-
自定义对话框查看全部
-
设置列表对话框查看全部
-
对话框的隐藏Dialog对象的dismiss()方法。查看全部
-
设置多选按钮对话框查看全部
举报
0/150
提交
取消