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

Commit 4db74b5d authored by Andrew Solovay's avatar Andrew Solovay Committed by android-build-merger
Browse files

Merge "docs: Clarified description of height and width attrs" into oc-mr1-dev am: ddad5593

am: d18e375e

Change-Id: I107764c21e666f541920f068ebf78ee88269954a
parents 7fcda8b7 d18e375e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4530,7 +4530,7 @@
        <attr name="maxHeight" />
        <!-- Makes the TextView be exactly this many lines tall. -->
        <attr name="lines" format="integer" min="0" />
        <!-- Makes the TextView be exactly this many pixels tall.
        <!-- Makes the TextView be exactly this tall.
             You could get the same effect by specifying this number in the
             layout parameters. -->
        <attr name="height" format="dimension" />
@@ -4547,7 +4547,7 @@
        <attr name="maxWidth" />
        <!-- Makes the TextView be exactly this many ems wide. -->
        <attr name="ems" format="integer" min="0" />
        <!-- Makes the TextView be exactly this many pixels wide.
        <!-- Makes the TextView be exactly this wide.
             You could get the same effect by specifying this number in the
             layout parameters. -->
        <attr name="width" format="dimension" />