Ordinarily, overflow: hidden; on the body tag is sufficient to prevent scrolling a web page, if for instance you’re creating a drawer to hold content ...
分类:
移动开发 时间:
2017-06-10 16:58:22
阅读次数:
2253
extends:http://blog.csdn.net/w1054993544/article/details/48339565 ...
分类:
其他好文 时间:
2017-05-16 17:22:47
阅读次数:
268
Google在2015的IO大会上,给我们带来了更加详细的Material Design设计规范,同时,也给我们带来了全新的Android Design Support Library,在这个support库里面,Google给我们提供了更加规范的MD设计风格的控件。最重要的是,Android De ...
分类:
移动开发 时间:
2017-04-26 14:36:27
阅读次数:
368
问题: 项目结构,在一个抽屉导航中的第一个抽屉中加入了一个tabHostFragment,每次进入项目都是在抽屉导航的默认界面,须要把抽屉划出来再选择某个抽屉。 可是想让APP直接跳转到第一个抽屉界面。 // 直接显示第一个抽屉的视图 selectItem(0);当然上面的这种方法是自己写的,就在将 ...
分类:
其他好文 时间:
2017-04-24 19:45:53
阅读次数:
199
一讲到侧滑菜单,我相信大家都会想到一个开源控件SlidingMenu,在google还没有出来DrawerLayout的时候几乎都是使用Slidingmenu来实现侧滑效果,可以说是效果很不错,自从google出了Drawerlayout以后很多公司就使用了Drawerlayout比如 滴滴打车等等 ...
分类:
移动开发 时间:
2017-04-24 19:02:12
阅读次数:
221
1、组合控件 把原生的控件组合到自己的容器或者布局中( 视差效果的ListView+ImageView) 2、完全自定义控件 1、继承View (实现onMeasure( ) 、onLayout( )、onDraw( ) ) 2、继承ViewGroup 实现onMeasure( ) 、onLayou ...
分类:
其他好文 时间:
2017-02-13 08:35:36
阅读次数:
259
You have a drawer that is full of two kinds of socks: red and black. You know that there are at least 2 socks, and not more than 50000. However, you d ...
分类:
其他好文 时间:
2017-02-01 12:33:34
阅读次数:
261
官网:https://developer.android.com/training/implementing-navigation/nav-drawer.htmlactivity_main.xml
<...
分类:
移动开发 时间:
2016-12-27 10:01:55
阅读次数:
315
如需转载请注明出处:http://www.cnblogs.com/ghylzwsb/p/5831759.html 创建一个抽屉导航栏 抽屉式导航栏是显示在屏幕的左边缘,它是应用程序的主导航选项面板。它大部分时间是处于隐藏状态的,但是当用户从屏幕的左边缘挥动手指时它就会显示出来,而在应用程序的顶层,用 ...
分类:
其他好文 时间:
2016-09-03 12:18:36
阅读次数:
187
Android——ListView与适配器
1.抽屉布局 Drawer
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas...
分类:
移动开发 时间:
2016-08-03 22:18:56
阅读次数:
220