码迷,mamicode.com
首页 >  
搜索关键字:material-design    ( 563个结果
android 新控件 AppBarLayout 使用
AppBarLayout 是继承LinerLayout实现的一个ViewGroup容器组件,它是为了Material Design设计的App Bar,支持手势滑动操作。 默认的AppBarLayout是垂直方向的,它的作用是把AppBarLayout包裹的内容都作为AppBar。代码布局如下: 此 ...
分类:移动开发   时间:2017-11-18 16:05:16    阅读次数:283
今年新鲜出炉的30个流行Android库,你一定需要
作者|Michal Bialas 2017年快过去了,你年初的定的目标都快完成了吗?总结过去三个月内发布的 最新的30 个 Android 库和项目。你一定需要,建议收藏!让你事半功倍 1.MaterialStepperView 它是用Material Design实现 Steppers的 。 目前 ...
分类:移动开发   时间:2017-10-24 11:19:28    阅读次数:245
设计类网站收集
(1) 设计师必备的资源网站和灵感作品社区 (2)uplabs (3)storyblock (4) material design palette (5)thebestdesigns (6)https://www.smashingmagazine.com/ (7)https://resourceca ...
分类:Web程序   时间:2017-10-16 09:40:44    阅读次数:214
android ——Tablayout
Tabs make it easy to explore and switch between different views. 通过TabLayout可以在一个活动中通过滑动或者点击切换到不同的页面 首先这个是google的Material Design中的控件所以使用前需要先添加依赖库 具体使用 ...
分类:移动开发   时间:2017-10-01 18:08:19    阅读次数:247
Android----Material Design之(FloatActionButton,CoordinatorLayout,CollapsingToolbarLayout,AppBarLayout,TabLayout等)
Material Design 的一些UI 平常开发还是用的比较多的,以前没写,最近总结一下,写一篇博客,要求版本在5.0以上。 主要介绍了FloatActionButton,CoordinatorLayout,CollapsingToolbarLayout,AppBarLayout,Toolbar ...
分类:移动开发   时间:2017-09-27 13:32:29    阅读次数:220
Android Material Design之CollapsingToolbarLayout使用
CollapsingToolbarLayout作用是提供了一个可以折叠的Toolbar,它继承至FrameLayout,给它设置layout_scrollFlags,它可以控制包含在CollapsingToolbarLayout中的控件(如:ImageView、Toolbar)在响应layout_b ...
分类:移动开发   时间:2017-09-16 14:54:53    阅读次数:270
Android CollapsingToolbarLayout使用介绍
我非常喜欢Material Design里折叠工具栏的效果,bilibili Android客户端视频详情页就是采用的这种设计。这篇文章的第二部分我们就通过简单的模仿bilibili视频详情页的实现来了解下CollapsingToolbarLayout的使用。文章的第三部分介绍了Collapsing ...
分类:移动开发   时间:2017-09-15 20:23:38    阅读次数:353
android ——Toolbar
Toolbar是我看material design内容的第一个 官方文档:https://developer.android.com/reference/android/support/v7/widget/Toolbar.html 这是用来替代ActionBar,其实就是状态栏下面的标题栏。 想要使 ...
分类:移动开发   时间:2017-09-03 11:07:14    阅读次数:290
Material Design Support 8大控件介绍
TextInputLayout 显示提示信息 能够通过调用setError()在EditText以下显示一条错误信息 FloatingActionButton 悬浮操作按钮 Snackbar 相当于底部吐司,但比toast有更强大的高速反馈机制 TabLayout 能够实现固定的选项卡,也实现可滚动 ...
分类:其他好文   时间:2017-08-18 20:02:16    阅读次数:161
Material Design学习之 ProgreesBar
转载奇怪注明出处:王亟亟的大牛之路 继续我们Material Design的内容,这一篇讲的是进度条,上一篇是Switch地址例如以下:http://blog.csdn.net/ddwhan0123/article/details/50592579 进度和动态 在用户能够查看并与内容进行交互之前。尽 ...
分类:其他好文   时间:2017-08-15 11:59:35    阅读次数:223
563条   上一页 1 ... 5 6 7 8 9 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!