-
public interface PercentLayoutHelper.PercentLayoutParamsIf a layout wants to support percentage based dimensions and use this helper class, its
{@code LayoutParams}subclass must implement this interface.Your
{@code LayoutParams}subclass should contain an instance of{@code PercentLayoutInfo}and the implementation of this interface should be a simple accessor.
-
-
Method Summary
Modifier and Type Method Description abstract PercentLayoutHelper.PercentLayoutInfogetPercentLayoutInfo()-
-
Method Detail
-
getPercentLayoutInfo
abstract PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo()
-
-
-
-