¡@

Home 

2014/10/15 ¤U¤È 10:12:21

iphone Programming Glossary: ondraw

Custom ProgressBar widget

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

mSlider.setOnSeekBarChangeListener this addView mSlider fl.addView mSlider addView fl @Override protected void onDraw Canvas canvas super.onDraw canvas Rect rectf new Rect mSlider.getLocalVisibleRect rectf Log.d WIDTH String.valueOf rectf.width.. this addView mSlider fl.addView mSlider addView fl @Override protected void onDraw Canvas canvas super.onDraw canvas Rect rectf new Rect mSlider.getLocalVisibleRect rectf Log.d WIDTH String.valueOf rectf.width Log.d HEIGHT String.valueOf.. seekBar.setProgress 50 iphone android progress bar share improve this question You're already overriding onDraw why not just draw the text strings yourself Rather than go through the overhead of adding TextViews and messing with the..