
MaterialDialog和协调者布局
文章平均质量分 82
MaterialDialog和协调者布局
安果移不动
精通Android,Swift,Flutter,Python,Php,按键精灵,易语言。曾为华为录制精品课程,拥有资质:按键精灵顶级证书;
产品秀:https://www.anguomob.com
B站:https://space.bilibili.com/482453235
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MaterialDialog 仿Android 5.0原生的AlertDialog样式的对话框
MaterialDialog仿Android原生的AlertDialog样式的对话框,目的在于解决原生的在android 5.0以下手机样式丑陋问题。 初次开源项目,如有不足之处,请各位大神多多海涵,多多指导指导效果图 Gradle引用方法dependencies { compile 'com.android.design:MaterialDialog:1原创 2017-06-28 16:09:09 · 521 阅读 · 0 评论 -
开源项目material-dialogs使用
之前浏览github的时候发现一个比较好用的MD风格的Dialog。这里记录一下使用。 Github地址:https://github.com/afollestad/material-dialogs导入compile 'com.afollestad.material-dialogs:core:0.9.1.0'compile 'com.afollestad.material原创 2017-06-27 15:52:35 · 1309 阅读 · 0 评论 -
协调者布局 实现上下滑动
activity_main<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_wi原创 2017-08-30 18:35:28 · 870 阅读 · 0 评论 -
上滑 显示底部 下滑 隐藏顶部 协调者布局
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.c原创 2017-10-26 18:04:36 · 1445 阅读 · 0 评论 -
探索新的Android Material Design支持库
Android Material Design支持库提供了一些新组件,我们在这里简要的介绍一下这些组件,以及如何使用这些组件。我是Material Design的粉丝,它使应用程序更具有一致性和整体性,而且看起来更美观,更容易使用。Google I / O大会2015年引进一些很棒的新Android特性,包括新的Material Design支持库。Material Design的原创 2017-11-03 17:38:33 · 445 阅读 · 0 评论 -
十大Material Design开源项目
FYI: http://wiki.jikexueyuan.com/project/material-design/material-design-intro/introduction.htmlhttp://www.csdn.net/article/2014-11-21/2822753-material-design-libs<iframe allowtr原创 2018-01-31 12:20:50 · 1006 阅读 · 0 评论