• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-22
  • 标签: 控件    

资源简介


资源截图

代码片段和文件信息

/**
 * @author Raghav Sood
 * @version 1
 * @date 26 January 2013
 */
package com.appaholics.circularseekbar;

import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;

/**
 * The Class CircularSeekBar.
 */
public class CircularSeekBar extends View {

/** The context */
private Context mContext;

/** The listener to listen for changes */
private OnSeekChangeListener mListener;

/** The color of the progress ring */
private Paint circleColor;

/** the color of the inside circle. Acts as background color */
private Paint in

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......     13238  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\CircularSeekBar.java

    .......      9397  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-hdpi\ic_launcher.png

    .......      1723  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-hdpi\scrubber_control_normal_holo.png

    .......      1971  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-hdpi\scrubber_control_pressed_holo.png

    .......      5237  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-mdpi\ic_launcher.png

    .......      1105  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-mdpi\scrubber_control_normal_holo.png

    .......      1374  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-mdpi\scrubber_control_pressed_holo.png

    .......     14383  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-xhdpi\ic_launcher.png

    .......      2335  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-xhdpi\scrubber_control_normal_holo.png

    .......      2733  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-xhdpi\scrubber_control_pressed_holo.png

     目录          0  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-hdpi

     目录          0  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-mdpi

     目录          0  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res\drawable-xhdpi

     目录          0  2013-02-15 15:44  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master\res

     目录          0  2013-04-11 21:55  AndroidCircularSeekBar-master\AndroidCircularSeekBar-master

     目录          0  2013-04-11 21:53  AndroidCircularSeekBar-master

----------- ---------  ---------- -----  ----

                53496                    16


评论

共有 条评论