Package 

Interface PercentLayoutHelper.PercentLayoutParams


  • 
    public interface PercentLayoutHelper.PercentLayoutParams
    
                        

    If 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.