Android_UI
文章平均质量分 72
west8623
这个作者很懒,什么都没留下…
展开
-
Android UI草图设计器–Pencil
在项目初期架构时,可以先把设计连同界面草图一起画出来, 这样做就加快了开发速度。 pencil这款软件应运而生。 android的ui设计,大部分开发者习惯直接写xml代码而不是用第三方拖拽软件去做。 在有了草图的前提下,android的ui设计的速度惊人。 下面Google整合了一些工具,被称为android-ui-utils, 在此:http://code.google.com/p/andro转载 2012-04-17 15:49:51 · 2853 阅读 · 0 评论 -
不用获得焦点也能实现跑马灯效果的textView
package com.tpc.util; import android.content.Context; import android.graphics.Rect; import android.util.AttributeSet; import android.widget.TextView; /** * 这是一个不用获得焦点也能实现跑马灯效果的textView * @author F原创 2012-10-23 14:50:53 · 924 阅读 · 0 评论