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

Commit 0e5b66ca authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Generalize min/max docs.

Test: builds, boots
Bug: 35854472
Change-Id: Ic2505978f5872322affdc1a1ec23d84c7f1a1522
parent 5dd59219
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4100,8 +4100,9 @@
    </declare-styleable>

    <declare-styleable name="ProgressBar">
        <!-- Defines the minimum value. -->
        <attr name="min" format="integer" />
        <!-- Defines the maximum value the progress can take. -->
        <!-- Defines the maximum value. -->
        <attr name="max" format="integer" />
        <!-- Defines the default progress value, between 0 and max. -->
        <attr name="progress" format="integer" />