¡@

Home 

2014/10/15 ¤U¤È 10:11:34

iphone Programming Glossary: mslider

Custom ProgressBar widget

http://stackoverflow.com/questions/3841231/custom-progressbar-widget

progress so far public class SliderFrameLayout extends FrameLayout implements OnSeekBarChangeListener private SeekBar mSlider private Context mContext private int mSize 3 private TextView mTextViews private String mTexts Nafta Gas Gasoil public SliderFrameLayout.. new LayoutParams LayoutParams.FILL_PARENT LayoutParams.WRAP_CONTENT fl.setLayoutParams params fl.setPadding 30 30 30 0 mSlider new SeekBar mContext null LayoutParams lp new LayoutParams LayoutParams.FILL_PARENT LayoutParams.WRAP_CONTENT lp.setMargins.. null LayoutParams lp new LayoutParams LayoutParams.FILL_PARENT LayoutParams.WRAP_CONTENT lp.setMargins 30 30 30 0 mSlider.setPadding 30 30 30 0 mSlider.setLayoutParams lp mSlider.setMax mSize 1 mSlider.setThumbOffset 30 mSlider.setProgressDrawable..