Package com.batch.android.messaging.view.percent
See: Description
-
Class Summary Class Description PercentLayoutInfo Container for information about percentage dimensions and margins. PercentLayoutHelper Helper for layouts that want to support percentage based dimensions. LayoutParams PercentRelativeLayout Subclass of RelativeLayout that supports percentage based dimensions and margins. LayoutParams PercentFrameLayout Subclass of FrameLayout that supports percentage based dimensions and margins. -
Interface Summary Interface Description PercentLayoutParams If a layout wants to support percentage based dimensions and use this helper class, its {@code LayoutParams}subclass must implement this interface.