之前收集的一波MaterialDesign库
material
https://github.com/rey5137/material
MaterialDesignLibrary
md控件库,可兼容到2.2。
https://github.com/navasmdc/MaterialDesignLibrary
Material Dialog
https://github.com/afollestad/material-dialogs
Material Spinner
https://github.com/jaredrummler/MaterialSpinner
fab-transformation
https://github.com/konifar/fab-transformation
Material-Animations
transition动画和共享元素Demo
https://github.com/lgvalle/Material-Animations
Lollipop Transitions Backport
低版本应用transition动画效果
https://github.com/andkulikov/transitions-everywhere
material-scrolling
https://github.com/satorufujiwara/material-scrolling
material-range-bar
可以选择一个范围内的值而不是单个值的 SeekBar
https://github.com/oli107/material-range-bar
material-intro-screen
引导页
https://github.com/TangoAgency/material-intro-screen
MaterialFilePicker
https://github.com/nbsp-team/MaterialFilePicker
MaterialToolbar
https://github.com/Shyri/MaterialToolbar
Material Navigation Drawer
官方的导航只提供了定制简单的菜单配置,放按钮,switch按钮,等等其他复杂的需求, 支持切换不同的主题(白天黑夜模式)
https://github.com/mikepenz/MaterialDrawer
android-floating-action-button
https://github.com/futuresimple/android-floating-action-button
MaterialTransitionAnimation
https://github.com/Cutta/MaterialTransitionAnimation
MaterialSearchView
https://github.com/MiguelCatalan/MaterialSearchView
MaterialDateRangePicker
日期时间选择
https://github.com/borax12/MaterialDateRangePicker
FABProgressCircle
https://github.com/JorgeCastilloPrz/FABProgressCircle
toolbar-button
https://github.com/GautamGupta/toolbar-button
BottomBar
https://github.com/roughike/BottomBar
MaterialLoadingProgressBar
https://github.com/lsjwzh/MaterialLoadingProgressBar
ArcLayout
https://github.com/florent37/ArcLayout
BottomDialogs
https://github.com/javiersantos/BottomDialogs
TapTargetView
https://github.com/KeepSafe/TapTargetView
AndroidBottomSheet
https://github.com/michael-rapp/AndroidBottomSheet
Bottom Sheets
底部动作栏,不用你自己用fragment加上动画去实现。
https://github.com/soarcn/BottomSheet
MaterialEditText
https://github.com/rengwuxian/MaterialEditText
FABRevealLayout
https://github.com/truizlop/FABRevealLayout
android-circlebutton
https://github.com/markushi/android-circlebutton
Material Shadows
给view组件加上不同的阴影效果
https://github.com/h6ah4i/android-materialshadowninepatch
folding-cell-android
https://github.com/Ramotion/folding-cell-android
ExpectAnim
https://github.com/florent37/ExpectAnim
PatternLockView
https://github.com/aritraroy/PatternLockView
作者:Rair
链接:https://www.jianshu.com/p/b425d9bdad68
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。
之前收集的一波MaterialDesign库的更多相关文章
- [Python ]小波变化库——Pywalvets 学习笔记
[Python ]小波变化库——Pywalvets 学习笔记 2017年03月20日 14:04:35 SNII_629 阅读数:24776 标签: python库pywavelets小波变换 更多 ...
- 小波变化库——Pywalvets学习笔记
笔记 术语(中英对照): 尺度函数:scaling function(又称父函数 father wavelet) 小波函数:wavelet function(又称母函数 mother wavelet) ...
- 基于STM32F767两路互补SPWM波(HAL库)
SPWM波指的是占空比呈正弦规律变化的PWM波,生成方式是在定时器中断中调整PWM波的占空比. 对于互补的两路SPWM波,一路为低电平 ‘0’ 时,另一路为高电平 ‘1’,即两路是互补的. 对于STM ...
- Android 最新学习资料收集
收集这份资料的灵感来源于我的浏览器收藏夹快爆了,后来在github 上也看到了很优秀的开源库的收集资料,非常的好,但是太过于多,也不够新,所以决定自己来做一个.原始的markdowm文件已经放到git ...
- 15个JavaScript本地存储技术的函数库和工具
当构建更复杂的JavaScript应用程序运行在用户的浏览器是非常有用的,它可以在浏览器中存储信息,这样的信息可以被共享在不同的页面,浏览会话. 在最近的过去,这将有可能只被cookies文本文件保存 ...
- Android 学习资料收集
收集整理这份资料灵感来自于 trip_to_iOS, 征得同意引用了该资料的开头描述 收集整理这份资料主要帮助初学者学习 Android 开发, 希望能快速帮助到他们快速入门, 找到适合自己学习资料, ...
- 性能:15个JavaScript本地存储技术的函数库和工具
当构建更复杂的JavaScript应用程序运行在用户的浏览器是非常有用的,它可以在浏览器中存储信息,这样的信息可以被共享在不同的页面,浏览会话. 在最近的过去,这将有可能只被cookies文本文件保存 ...
- Android之MaterialDesign应用技术2-仿支付宝上滑搜索框缓慢消失
PS:在这之前也就是上一篇介绍了MaterialDesign一些滑动删除.标题栏的悬浮效果等,如果没看过第一篇的小火鸡可以看一下,因为这篇是接着上一篇写的,有一些东西上一篇写过了这里就不在重复了(Ma ...
- 推荐 9 个样式化组件的 React UI 库
简评:喜欢 CSS in JS 吗?本文将介绍一些使用样式组件所构建的 React UI 库,相信你会很感兴趣的. 在 React 社区,对 UI 组件进行样式化的讨论逐步从 CSS 模块到内联 CS ...
随机推荐
- oracle中建同名
create synonym TD_B_REDIS_COUNT for ucr_param.TD_B_REDIS_COUNT;grant DELETE,UPDATE,INSERT,SELECT on ...
- C# virtual,override,new 整理
今天仔细学习了一下C#中virtual, override, new关键字,参考了网上的很多资料,现整理一下. Virtual: virtual 关键字用于修饰方法.属性.索引器或事件声明,并使它们可 ...
- Python环境搭建及IDE选择(转载)
Python环境搭建及IDE选择 人工智能社区 http://studyai.com 系统:Windows 7 版本:Python 2.7 一.安装Python 在开始编程之前,我们首先需要搭建Pyt ...
- 4.关于QT中的QFile文件操作,QBuffer,Label上加入QPixmap,QByteArray和QString之间的差别,QTextStream和QDataStream的差别,QT内存映射(
新建项目13IO 13IO.pro HEADERS += \ MyWidget.h SOURCES += \ MyWidget.cpp QT += gui widgets network CON ...
- Borg Maze - poj 3026(BFS + Kruskal 算法)
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 9821 Accepted: 3283 Description The B ...
- web开发之html5---html5 动画特效舞动的雨伞
http://www.cnblogs.com/stoneniqiu/p/4199294.html
- SQL_为表和列加凝视
***********************************************声明*************************************************** ...
- sql server 2008 去除html标签
由于商品详情数据库的字段是text,存放的是html,但是要求导出的商品详情中只是商品的描述,不要标签,原来打算先把数据导入excel中,然后利用java的正则去替换,结果由于商品详情太大,一个单元格 ...
- mysql中的乐观锁和悲观锁
mysql中的乐观锁和悲观锁的简介以及如何简单运用. 关于mysql中的乐观锁和悲观锁面试的时候被问到的概率还是比较大的. mysql的悲观锁: 其实理解起来非常简单,当数据被外界修改持保守态度,包括 ...
- git生成public key
1 配置user name和email git config --global user.name "xxx" git config --global user.email &qu ...