-
Notifications
You must be signed in to change notification settings - Fork 207
Style self setWrapContent boolean
xu.jingyu edited this page Aug 8, 2020
·
1 revision
包裹内容,即大小按照文本内容自适应, setWrapContent(true)与width(MeasurementType.WRAP_CONTENT) && height(MeasurementType.WRAP_CONTENT)等效
- @param isWrap boolean true为自适应,false为不自适应,默认true