OSDN Git Service

Fix bug and docs assuming progressBar min is 0 instead of getMin()
authorChet Haase <chet@google.com>
Thu, 29 Mar 2018 01:26:53 +0000 (18:26 -0700)
committerChet Haase <chet@google.com>
Thu, 29 Mar 2018 01:26:53 +0000 (18:26 -0700)
commit25886a160bbc001ef51a9459edaf5c3f010c7229
treec1e5c3aa6daa4dadb4a25eeb1f74e7325136e9cc
parentc9dc4b8f125e9f3d94d5d2c3bca99b630e1e2682
Fix bug and docs assuming progressBar min is 0 instead of getMin()

This code and docs predates the existence of get/setMin() on ProgressBar,
should have been updated when we introduced the new min property.

Test: Ran TalkBack
Bug: 74357845
Change-Id: I318f26bb8ecacc5ecdbf7d026d8568f871cf2369
core/java/android/widget/ProgressBar.java