
Android Material Design
文章平均质量分 85
coderguoy
刚则易折 柔则常存
展开
-
Android 6.0新控件 BottomSheetDialog | 底部对话框 介绍及使用详情
Android 6.0新控件 BottomSheetDialog | 底部对话框 介绍及使用详情extends AppCompatDialog Base class for Dialogs styled as a bottom sheet 基于Dialog样式的一个底部对话框先看看效果对于弹出的内容完全由自己来掌控,想实现什么样子就实现什么样子,很灵活使用方法BottomSheet原创 2017-06-01 21:37:10 · 20203 阅读 · 2 评论 -
Android 5.0新控件 CollapsingToolbarLayout | 折叠工具布局 介绍及使用详情
Android 5.0新控件 CollapsingToolbarLayout | 折叠工具布局 介绍及使用详情extends FrameLayout先让我们来看下Google对这个组件的定义(英语好的同学请忽略我的翻译) CollapsingToolbarLayout is a wrapper for Toolbar which implements a collapsing app bar.原创 2017-05-21 19:25:32 · 1587 阅读 · 0 评论 -
Android 5.0新控件 AppBarLayout | 嵌套布局 介绍及使用详情
Android 5.0新控件 AppBarLayout | 嵌套布局 介绍及使用详情extends LinearLayout AppBarLayout is a vertical LinearLayout which implements many of the features of material designs app bar concept, namely scrolling gest原创 2017-05-18 16:04:10 · 4420 阅读 · 0 评论 -
Android 5.0新控件 CardView 介绍及使用详情
Android 5.0新控件 CardView 介绍及使用详情 A FrameLayout with a rounded corner background and shadow 一个具有圆角的背景和阴影的FrameLayout先上图使用方法1.首先,gradle添加依赖dependencies { compile ‘com.android.support:cardview-原创 2017-05-13 00:49:58 · 1136 阅读 · 0 评论 -
Android 5.0新控件 FloatingActionButton | 悬浮按钮 介绍及使用详情
Android Material Design 风格之 FloatingActionButton | 悬浮按钮 介绍及使用详情extends ImageView Floating action buttons are used for a special type of promoted action. They are distinguished by a circled icon f原创 2017-05-03 19:47:38 · 2374 阅读 · 0 评论 -
Android 5.0新控件 TextInputLayout | 文字输入布局 介绍及使用详情
Android Material Design 风格之 TextInputLayout | 文字输入布局 介绍及使用详情extends LinearLayout Layout which wraps an EditText (or descendant) to show a floating label when the hint is hidden due to the user inputt原创 2017-05-03 10:00:07 · 2124 阅读 · 1 评论 -
Android 5.0新控件 CoordinatorLayout | 协调布局 介绍及使用详情
Android Material Design 风格之 CoordinatorLayout | 协调布局 介绍及使用详情extends ViewGroupimplements NestedScrollingParent CoordinatorLayout is a super-powered FrameLayout CoordinatorLayout is intended for t原创 2017-05-02 18:55:18 · 2358 阅读 · 0 评论 -
Android 5.0新控件 Tablayout | 导航栏 介绍及使用详情
Android Material Design 风格之 Tablayout | 导航栏 介绍及使用详情extends HorizontalScrollView TabLayout provides a horizontal layout to display tabs. Google官方对这个控件的大概意思是一个横向的布局标签我们在应用viewpager的时候,经常会使用TabPag原创 2017-05-02 11:35:49 · 2280 阅读 · 0 评论