¡@

Home 

2014/10/16 ¤W¤È 08:11:53

android Programming Glossary: curheight

How to add pagelines to a EditText in android?

http://stackoverflow.com/questions/10992411/how-to-add-pagelines-to-a-edittext-in-android

on which the background is drawn. @Override protected void onDraw Canvas canvas int height canvas.getHeight int curHeight 0 Rect r mRect Paint paint mPaint int baseline getLineBounds 0 r for curHeight baseline 1 curHeight height curHeight.. canvas int height canvas.getHeight int curHeight 0 Rect r mRect Paint paint mPaint int baseline getLineBounds 0 r for curHeight baseline 1 curHeight height curHeight getLineHeight canvas.drawLine r.left curHeight r.right curHeight paint super.onDraw.. int curHeight 0 Rect r mRect Paint paint mPaint int baseline getLineBounds 0 r for curHeight baseline 1 curHeight height curHeight getLineHeight canvas.drawLine r.left curHeight r.right curHeight paint super.onDraw canvas share..