内容简介:MaterialDrawer 6.1.1 已发布,将构建工具、插件和 gradle 都升级到了最新版本: update to latest build tools update to latest gradle build plugin update to latest gradle properly define different colo...
MaterialDrawer 6.1.1 已发布,将构建 工具 、插件和 gradle 都升级到了最新版本:
update to latest build tools
update to latest gradle build plugin
update to latest gradle
properly define different color for the subtext item in the header as defined in the guidelines
use seperate dimensions for title and subtext of the header
adjust sizes to 20sp and 13sp according to the design guideliens
slightly adjust various dimensions to better fit the new material 2 definitions
header is now higher
selected profile picture smaller
the selection area was moved up a bit to better fit the adjusted title text size
the dropdown was moved up to be in line with the text
properly handle compact header with no profiles (text aligned to start), image gone
MaterialDrawer 是一个类似 Google 官方 NavigationView 侧滑显示控件, 能够实现跟 NavigationView 一样的效果, 同时还支持自定义效果, 自由度非常高。
效果图:


下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- MaterialDrawer 6.0.0 发布,Android 侧滑显示控件
- MaterialDrawer 6.1.1 发布,Android 侧滑显示控件
- MaterialDrawer 7.0.0-alpha2 发布,Android 侧滑显示控件
- SlidingMenu实现侧滑效果
- 使用xposed更改掘金的侧滑退出的触发范围(左撇子,掘金的这个侧滑退出的体验一言难尽)
- iOS侧滑菜单-完全解耦-一行调用
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构 Python语言描述
[美] Kenneth A. Lambert 兰伯特 / 李军 / 人民邮电出版社 / 2017-12-1 / CNY 69.00
在计算机科学中,数据结构是一门进阶性课程,概念抽象,难度较大。Python语言的语法简单,交互性强。用Python来讲解数据结构等主题,比C语言等实现起来更为容易,更为清晰。 《数据结构 Python语言描述》第1章简单介绍了Python语言的基础知识和特性。第2章到第4章对抽象数据类型、数据结构、复杂度分析、数组和线性链表结构进行了详细介绍,第5章和第6章重点介绍了面向对象设计的相关知识、......一起来看看 《数据结构 Python语言描述》 这本书的介绍吧!