Loading core/res/res/values/attrs.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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" /> Loading @@ -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" /> Loading Loading
core/res/res/values/attrs.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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" /> Loading @@ -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" /> Loading