Skip to content

Commit

Permalink
update progress button
Browse files Browse the repository at this point in the history
  • Loading branch information
jyuesong committed May 24, 2017
1 parent e1d95ca commit 41bfd42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pbutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 6
versionName "1.2.3"
versionCode 8
versionName "1.2.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ private void setState(STATE state, boolean anim) {
} else if (mState == STATE.NORMAL) {
setText(resultString);
}
setBound(0);
}

}
Expand Down

0 comments on commit 41bfd42

Please sign in to comment.