-
public class ViewUtils.RelativePadding
Simple data object to store the initial padding for a view.
-
-
Constructor Summary
Constructors Constructor Description ViewUtils.RelativePadding(int start, int top, int end, int bottom)
ViewUtils.RelativePadding(ViewUtils.RelativePadding other)
-
Method Summary
Modifier and Type Method Description void
applyToView(View view)
Applies this relative padding to the view. -
-
Constructor Detail
-
ViewUtils.RelativePadding
ViewUtils.RelativePadding(int start, int top, int end, int bottom)
-
ViewUtils.RelativePadding
ViewUtils.RelativePadding(ViewUtils.RelativePadding other)
-
-
Method Detail
-
applyToView
void applyToView(View view)
Applies this relative padding to the view.
-
-
-
-