Interface PercentLayoutHelper.PercentLayoutParams
-
- All Known Implementing Classes:
PercentFrameLayout.LayoutParams,PercentRelativeLayout.LayoutParams
- Enclosing class:
- PercentLayoutHelper
public static interface PercentLayoutHelper.PercentLayoutParamsIf a layout wants to support percentage based dimensions and use this helper class, itsLayoutParamssubclass must implement this interface.Your
LayoutParamssubclass should contain an instance ofPercentLayoutInfoand the implementation of this interface should be a simple accessor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PercentLayoutHelper.PercentLayoutInfogetPercentLayoutInfo()
-
-
-
Method Detail
-
getPercentLayoutInfo
PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo()
-
-