¡@

Home 

2014/10/15 ¤U¤È 10:10:59

iphone Programming Glossary: layoutparams.wrap_content

Custom ProgressBar widget

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

void addTextViews for int i 0 i mSize i TextView tv tv new TextView mContext tv.setLayoutParams new LayoutParams LayoutParams.WRAP_CONTENT LayoutParams.WRAP_CONTENT tv.setText mTexts i mTextViews i tv addView tv private void addSlider FrameLayout fl new FrameLayout.. int i 0 i mSize i TextView tv tv new TextView mContext tv.setLayoutParams new LayoutParams LayoutParams.WRAP_CONTENT LayoutParams.WRAP_CONTENT tv.setText mTexts i mTextViews i tv addView tv private void addSlider FrameLayout fl new FrameLayout mContext null LayoutParams.. addSlider FrameLayout fl new FrameLayout mContext null LayoutParams params 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..