The util function getDistributedLayoutStr uses the DistributedLayout attribute interface, which is not flexible for third-party extensions.
Use the getInDimSize of the LinearLayout, which is better since the legacy layout has been converted to the LinearLayout.
There is no new test case since it is only a change in API usage.
The util function
getDistributedLayoutStr
uses theDistributedLayout
attribute interface, which is not flexible for third-party extensions. Use thegetInDimSize
of theLinearLayout
, which is better since the legacy layout has been converted to theLinearLayout
.There is no new test case since it is only a change in API usage.