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

Commit 44592959 authored by Scott Main's avatar Scott Main
Browse files

remove @deprecated tag from "fill_parent" because it bubbles up

and declares the entire attribute as deprecated.
parent 9903f71b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1394,7 +1394,7 @@
             be a dimension (such as "12dip") for a constant width or one of
             the special constants. -->
        <attr name="layout_width" format="dimension">
            <!-- {@deprecated Use match_parent instead.} -->
            <!-- <strong>Deprecated.</strong> Use {@code match_parent} instead. -->
            <enum name="fill_parent" value="-1" />
            <!-- The view should be as big as its parent (minus padding). -->
            <enum name="match_parent" value="-1" />
@@ -1407,7 +1407,7 @@
             be a dimension (such as "12dip") for a constant height or one of
             the special constants. -->
        <attr name="layout_height" format="dimension">
            <!-- {@deprecated Use match_parent instead.} -->
            <!-- <strong>Deprecated.</strong> Use {@code match_parent} instead. -->
            <enum name="fill_parent" value="-1" />
            <!-- The view should be as big as its parent (minus padding). -->
            <enum name="match_parent" value="-1" />