摘要:
Android 自定义View为MyCustomView。在MyCustomView画了一个Rect,颜色为Green,和一个为红色的文字。public class MyCustomView extends View{ private Paint mPaint; private Context mContext; private static final String mString = "Hello world!"; public MyCustomView(Context context) { super(context); // TODO Auto-ge... 阅读全文
posted @ 2013-03-18 15:59 work hard work smart 阅读(328) 评论(0) 推荐(0)