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

Commit c5a6fdb5 authored by Chet Haase's avatar Chet Haase
Browse files

Fix javadocs for layout attributes

Bug: 35763496  API Review: layout_marginVertical
Test: doc fixes only, no test
Change-Id: I63248874465d887a81b582be5f9a7d476fb24ea1
parent c3c62b30
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3137,19 +3137,19 @@
              If both layout_marginHorizontal and any of layout_marginLeft,
              layout_marginRight, layout_marginStart, and layout_marginEnd are
              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.
              This space is outside this view's bounds.
              Margin values should be positive.-->
        <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
              layout_marginTop and layout_marginBottom with that same value.
              If both layout_marginVertical and either/both layout_marginTop and
              layout_marginBottom are also specified, the layout_marginVertical value
              will take precedence over the edge-specific values.
              Also, layout_margin will always take precendent over
              any of these values, including layout_marginHorizontal.
              Also, layout_margin will always take precedence over
              any of these values, including layout_marginVertical.
              This space is outside this view's bounds.
              Margin values should be positive.-->
        <attr name="layout_marginVertical" format="dimension"  />