摘要:
一、悬浮按钮 FloatingActionButton是Design Support中的一个控件,它会默认colorAccent作为按钮的颜色,还可以给按钮一个图标。 这是没有图标的,这是有图标的。 然后布局文件这样写: layout_gravity的属性值bottomb表示在底部,end会根据系统 阅读全文
posted @ 2017-09-03 17:52
xxbbtt
阅读(10810)
评论(0)
推荐(0)
摘要:
一、DrawerLayout是一个拥有两个子控件的布局,第一个子控件是主屏幕中显示的内容,第二个子控件是滑动菜单中显示的内容: 要注意的地方是第二个子控件TextView的layout_gravity属性指定的是滑动菜单是在屏幕的左边还是右边,属性值使用right或者left,这里使用start表示 阅读全文
posted @ 2017-09-03 15:06
xxbbtt
阅读(758)
评论(0)
推荐(0)
摘要:
Toolbar是我看material design内容的第一个 官方文档:https://developer.android.com/reference/android/support/v7/widget/Toolbar.html 这是用来替代ActionBar,其实就是状态栏下面的标题栏。 想要使 阅读全文
posted @ 2017-09-03 09:47
xxbbtt
阅读(269)
评论(0)
推荐(0)

浙公网安备 33010602011771号