摘要: 先上效果图: 自定义View绘制进度条:package com.example.test;import android.content.Context;import android.content.res.Resources;import android.graphics.Canvas;imp... 阅读全文
posted @ 2014-04-24 15:24 沙发土豆 阅读(696) 评论(1) 推荐(0)
摘要: 先上效果图: 标有on/off的两个滑块是仿照我的“可拖动的按钮”做的自定义View: public class CustomDragView extends ImageButton{ private int rightBoundary = 10000; ... 阅读全文
posted @ 2014-04-24 14:45 沙发土豆 阅读(343) 评论(0) 推荐(0)