
Android
bianhaohui
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hide my app from Recent List
public static final int FLAG_ACTIVITY_EXCLUDE_FROM_RECENTSSince: API Level 1If set, the new activity is not kept in the list of原创 2011-09-01 09:47:30 · 844 阅读 · 0 评论 -
Android动画
Android动画学习笔记-Android Animation3.0以前,android支持两种动画模式,tween animation,frame animation,在android3.0中又引入了一个新的动画系统:property animation,这三种动画模式在SDK中被称为property animation,view animation,drawable ani转载 2014-07-19 10:38:32 · 716 阅读 · 0 评论 -
draw9patch用法
与传统的png 格式图片相比, 9.png 格式图片在图片四周有一圈一个像素点组成的边沿,该边沿用于对图片的可扩展区和内容显示区进行定义。 这种格式的图片在android 环境下具有自适应调节大小的能力。 例如,我们经常看到的android系统的按钮,还有各种短信应用中使用的对话背景图片的效果,就是使用的.9图片。 下面,就介绍一下如何转载 2014-07-19 12:22:39 · 3070 阅读 · 2 评论