Package 

Class ViewUtils.RelativePadding

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int start
      public int top
      public int end
      public int bottom
    • Method Summary

      Modifier and Type Method Description
      void applyToView(View view) Applies this relative padding to the view.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ViewUtils.RelativePadding

        ViewUtils.RelativePadding(int start, int top, int end, int bottom)
    • Method Detail

      • applyToView

         void applyToView(View view)

        Applies this relative padding to the view.