Commit Test

This commit is contained in:
hyb1996
2017-04-29 21:23:45 +08:00
parent 6829c0659e
commit 51349356a7
65 changed files with 758 additions and 1751 deletions

View File

@@ -50,6 +50,7 @@ public class SlidingUpPanel extends FrameLayout {
public void show() {
setVisibility(VISIBLE);
setClickable(true);
mContentContainer.startAnimation(mSlideUpAnimation);
mShowing = true;
}