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

Commit bc5af4b4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Generalize min/max docs."

parents 6fd8bcea 0e5b66ca
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" />