您的位置:首页 > 移动开发 > Android开发

android常用特效链接

2016-07-29 08:54 155 查看
GridView的一些特殊属性:

1.android:numColumns=”auto_fit” //GridView的列数设置为自动

2.android:columnWidth=”90dp ” //每列的宽度,也就是Item的宽度

3.android:stretchMode=”columnWidth”//缩放与列宽大小同步

4.android:verticalSpacing=”10dp” //两行之间的边距

5.android:horizontalSpacing=”10dp” //两列之间的边距

6.android:cacheColorHint=”#00000000” //去除拖动时默认的黑色背景

7.android:listSelector=”#00000000” //去除选中时的黄色底色

8.android:scrollbars=”none” //隐藏GridView的滚动条

9.android:fadeScrollbars=”true” //设置为true就可以实现滚动条的自动隐藏和显示

10.android:fastScrollEnabled=”true” //GridView出现快速滚动的按钮(至少滚动4页才会显示)

11.android:fadingEdge=”none” //GridView衰落(褪去)边缘颜色为空,缺省值是vertical。(可以理解为上下边缘的提示色)

12.android:fadingEdgeLength=”10dip” //定义的衰落(褪去)边缘的长度

13.android:stackFromBottom=”true” //设置为true时,你做好的列表就会显示你列表的最下面

14.android:transcriptMode=”alwaysScroll” //当你动态添加数据时,列表将自动往下滚动最新的条目可以自动滚动到可视范围内

15.android:drawSelectorOnTop=”false” //点击某条记录不放,颜色会在记录的后面成为背景色,内容的文字可见(缺省为false)

网络地址

起泡提示

https://github.com/jayrambhia/Tooltip


免费翻墙镜像和工具

http://w3cboy.com/post/2014/08/free-over-the-wall-tools-and-mirrors/


一个支持子view的展开与折叠的布局

https://github.com/cachapa/ExpandableLayout


Android开发:Translucent System Bar 的最佳实践

http://www.jianshu.com/p/0acc12c29c1b


自定义RatingBar,能根据设置改变样式

http://blog.csdn.net/a109340/article/details/51133382


阿里百川

自定义博客

http://blog.csdn.net/mr_immortalz?viewmode=contents


自定义下拉刷新

http://blog.csdn.net/liaoinstan/article/details/51023907


GalleryFinal

https://segmentfault.com/a/1190000004263541?_ea=549747


5.0动画

http://blog.csdn.net/qibin0506/article/details/49069089


metail

http://blog.csdn.net/qibin0506/article/details/51346930


retrofit

http://square.github.io/retrofit/


插件网址

http://plugins.jetbrains.com/


特效网站

http://www.appance.com/


小米手环的图像切取

https://github.com/shengge/Android-crop


自定义layoutManger

http://blog.csdn.net/huachao1001/article/details/51594004


toolbar

http://blog.csdn.net/huachao1001/article/details/51558835


okhttp封装

http://blog.csdn.net/lmj623565791/article/details/49734867


通用的recycleViewAdapter

http://blog.csdn.net/lmj623565791/article/details/51118836


www.appance.com

plugins.jetbrains.com

项目列表拖拽效果

http://blog.csdn.net/u011916937/article/details/50483278 http://www.jianshu.com/p/d30fd8da4eac http://blog.csdn.net/vipzjyno1/article/details/25005851


QQ侧滑效果

http://blog.csdn.net/lmj623565791/article/details/41531475/


Retrofit笔记

http://www.jianshu.com/p/90b1f20b123d


验证码倒计时

http://www.jianshu.com/p/a953ae1c76c3


glide图片形状

https://github.com/wasabeef/glide-transformations
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: