android: DoricLayer setWillNotDraw set false to call draw,otherwise dispatchDraw will be called directly
This commit is contained in:
parent
c11f0e79db
commit
ec926cda0c
@ -168,6 +168,7 @@ public class DoricLayer extends MaximumFrameLayout {
|
|||||||
rightBottom, rightBottom,
|
rightBottom, rightBottom,
|
||||||
leftBottom, leftBottom,
|
leftBottom, leftBottom,
|
||||||
};
|
};
|
||||||
|
setWillNotDraw(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public float getCornerRadius() {
|
public float getCornerRadius() {
|
||||||
|
Reference in New Issue
Block a user