comexampleasusviewpagerindicator; androidcontentContext; ; ; ; ; ; androidutilAttributeSet; ; ; { Paint(); Path(); ; ;;;;ViewpagerIndicator(Context ) { (,); } ViewpagerIndicator(Context , AttributeSet ) { (, ); setAntiAlias(); setColor(()); setStyle(PaintStyle); setPathEffect(CornerPathEffect()); } onSizechanged(,,,){ onSizeChanged(,,,); ()(); ; initTriangle(); } initTriangle() { ;moveTo(,); lineTo(,); lineTo(,); close(); } dispatchDraw() { save(); translate(,getHeight()); drawPath(,); restore(); dispatchDraw(); } }