-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
@OverRide
protected int getSuggestedMinimumWidth() {
return (int) mTextSize;
}
@Override
protected int getSuggestedMinimumHeight() {
return Math.max((int) mTextSize, Math.max((int) mReachedBarHeight, (int) mUnreachedBarHeight));
}
重写的这两个方法中为什么返回mTextSize,textSize和宽高有什么关联吗?
Metadata
Metadata
Assignees
Labels
No labels