Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c61276c9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix javadocs for layout attributes"

parents 3814d5d0 c5a6fdb5
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -3148,19 +3148,19 @@
              If both layout_marginHorizontal and any of layout_marginLeft,
              If both layout_marginHorizontal and any of layout_marginLeft,
              layout_marginRight, layout_marginStart, and layout_marginEnd are
              layout_marginRight, layout_marginStart, and layout_marginEnd are
              also specified, the layout_marginHorizontal value will take precedence over the
              also specified, the layout_marginHorizontal value will take precedence over the
              edge-specific values. Also, layout_margin will always take precendent over
              edge-specific values. Also, layout_margin will always take precedence over
              any of these values, including layout_marginHorizontal.
              any of these values, including layout_marginHorizontal.
              This space is outside this view's bounds.
              This space is outside this view's bounds.
              Margin values should be positive.-->
              Margin values should be positive.-->
        <attr name="layout_marginHorizontal" format="dimension"  />
        <attr name="layout_marginHorizontal" format="dimension"  />
        <!--  Specifies extra space on the tyop and bottom sides of this view.
        <!--  Specifies extra space on the top and bottom sides of this view.
              Specifying layout_marginVertical is equivalent to specifying
              Specifying layout_marginVertical is equivalent to specifying
              layout_marginTop and layout_marginBottom with that same value.
              layout_marginTop and layout_marginBottom with that same value.
              If both layout_marginVertical and either/both layout_marginTop and
              If both layout_marginVertical and either/both layout_marginTop and
              layout_marginBottom are also specified, the layout_marginVertical value
              layout_marginBottom are also specified, the layout_marginVertical value
              will take precedence over the edge-specific values.
              will take precedence over the edge-specific values.
              Also, layout_margin will always take precendent over
              Also, layout_margin will always take precedence over
              any of these values, including layout_marginHorizontal.
              any of these values, including layout_marginVertical.
              This space is outside this view's bounds.
              This space is outside this view's bounds.
              Margin values should be positive.-->
              Margin values should be positive.-->
        <attr name="layout_marginVertical" format="dimension"  />
        <attr name="layout_marginVertical" format="dimension"  />