Material Design Support 8大控件介绍
Posted wzzkaifa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Material Design Support 8大控件介绍相关的知识,希望对你有一定的参考价值。
TextInputLayout
显示提示信息
能够通过调用setError()在EditText以下显示一条错误信息
FloatingActionButton
悬浮操作按钮
Snackbar
相当于底部吐司,但比toast有更强大的高速反馈机制
TabLayout
能够实现固定的选项卡,也实现可滚动的选项卡
Navigation View
在drawlayout实现側滑效果时,取代ListView要适配器的繁琐
1.app:headerLayout: 给NavigationView加入头部布局
2.app:menu:给NavigationView加入menu菜单布局
CoordinatorLayout
作为一个布局的根布局
作为一个为子视图之间相互协调手势效果的一个协调布局
AppBarLayout
AppBarLayout 是继承LinerLayout实现的一个ViewGroup容器组件。它是为了Material Design设计的App Bar,支持手势滑动操作。
CollapsingToolbarLayout
可伸缩折叠的Toolbar
详细使用方法请參考官网链接:Android Design Support Library
以上是关于Material Design Support 8大控件介绍的主要内容,如果未能解决你的问题,请参考以下文章
问题“条目名称'META-INF/android.support.design_material.version'碰撞”Android工作室
Material Design 开发利器:Android Design Support Library 介绍
Android Material Design-TabLayout的使用