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();
}
}
添加回答
举报
0/150
提交
取消