資源簡介
代碼片段和文件信息
/**
?*?@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
評論
共有 條評論