Material Dialog

An Android dialog library, has strong extensibility, customizability, and for conveniently building Material Design Dialog in Android version 2.2 ~ L.

 

You can also change the background with a image what you like. it‘s very easy!:

And with the v1.0.6, you can use the setContentView() to change the message view to your custom view.

Example:

作者博客:http://drakeet.me/

地址:https://github.com/drakeet/MaterialDialog

时间: 2024-10-12 15:32:52

Material Dialog的相关文章

【转】Android新组件Material Dialog,SwipeRefreshLayout,ListPopupWindow,PopupMenu等

朝花夕拾----新组件的学习和使用 分类: Android UI2015-06-26 11:31 440人阅读 评论(0) 收藏 举报 uidialogMaterial 目录(?)[-] Material Dialog SwipeRefreshLayout LinearLayoutCompat ListPopupWindow PopupMenu Spinner [转载请注明出处:http://blog.csdn.net/feiduclear_up/article/details/46619637

[转]Angular 4|5 Material Dialog with Example

本文转自:https://www.techiediaries.com/angular-material-dialogs/ In this tutorial, we're going to learn how to use the Angular Material Dialog component to build a custom dialog example. We'll also see common cases to work with the Angular Material Dialo

android 5.0 Material Design酷炫风格的开源项目集合

一.前言 Android 5.0上线有一个段时间了,估计小伙伴们都看到了Android5.0界面上相比前面几个版本有了很大的突破,给人一种非常酷炫,平滑的跳转,生动的界面切换,全新的感觉,Android用户终于可以感叹,Google升级了这么多个版本终于像样的搞了一回界面.开发者们看到这些优美的动画也要大户过瘾啊.github上面的高人们都已经饥渴难耐了出了写出了各种好用,炫丽的特效,我们今天就来看一下都有哪些可以用比较爽的开源项目. Material Menu 项目地址:https://git

【转载】总结一下Android中主题(Theme)的正确玩法

http://www.cnblogs.com/zhouyou96/p/5323138.html 总结一下Android中主题(Theme)的正确玩法 在AndroidManifest.xml文件中有<application android:theme="@style/AppTheme">,其中的@style/AppTheme是引用的res/values/styles.xml 中的主题样式,也有可能是引用的 res/values-v11/styles.xml 或者 res/v

一个优秀的Android应用从建项目开始

1.项目结构 现在的MVP模式越来越流行.就默认采用了.如果项目比较小的话: app--Application Activity Fragment Presenter等的顶级父类 config--API,常量表等 model--数据层 entities--数据模型 presenter--MVP的P service--服务 ui--MVP的V utils--工具类集合 widget--各个可复用View集合 如果项目比较大,上面的方式一定会造成presenter和view里近百个文件.看瞎眼系列.

总结一下Android中主题(Theme)的正确玩法

在AndroidManifest.xml文件中有<application android:theme="@style/AppTheme">,其中的@style/AppTheme是引用的res/values/styles.xml 中的主题样式,也有可能是引用的 res/values-v11/styles.xml 或者 res/values-v14/styles.xml,这是根据运行此程序的手机系统来决定的,如果手机系统的API版本是11以上就是v11/styles.xml,以

一个优秀的Android应用从建项目

1.项目结构 现在的MVP模式越来越流行.就默认采用了.如果项目比较小的话: app——Application Activity Fragment Presenter等的顶级父类 config——API,常量表等 model——数据层 bean——数据模型 presenter——MVP的P view——MVP的V utils——工具类集合 widget——各个可复用View集合 如果项目比较大,上面的方式一定会造成presenter和view里近百个文件.看瞎眼系列.推荐下列方式: app co

朝花夕拾----新组件的学习和使用

[转载请注明出处:http://blog.csdn.net/feiduclear_up/article/details/46619637 CSDN 废墟的树] 今天来学习总结一下,Android 后添加的一些新的组件和UI效果,Material Dialog,SwipeRefreshLayout,ListPopupWindow,PopupMenu等. Material Dialog 你还在为使用 Material Dialog 去引用第三方的library包么?现在告诉你一个好消息,其实Andr

Android学习笔记(33):Android对话框

Android为我们提供了多种对话框,其中AlertDialog功能最强大,最常用.此外,还有ProgressDialog.DatePickerDialog和TimePickerDialog. AlertDialog.Builder类可以帮助我们方便的创建对话框. 具体步骤如下: 1.创建一个AlertDialog.Builder对象. 2.调用setTitle().setCustomTitle().setIcon()等方法设置对话框标题.图标.内容等. 3.调用AlertDialog.Buil