Package com.batch.android.messaging.view.percent
See: Description
-
Class Summary Class Description LayoutParams PercentFrameLayout Subclass of FrameLayout that supports percentage based dimensions and margins. LayoutParams PercentRelativeLayout Subclass of RelativeLayout that supports percentage based dimensions and margins. PercentLayoutInfo Container for information about percentage dimensions and margins. PercentLayoutHelper Helper for layouts that want to support percentage based dimensions. -
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.