Skip to content

Commit

Permalink
note:activityanimation阅读完成
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZJ committed Dec 14, 2015
1 parent 7a19302 commit 102a283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private void findViews() {
}

@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { //RadiozGroup的回调,监听checked change
int id = buttonView.getId();
if(id == R.id.random_anim && isChecked) {
mAnimationType = AnimatedRectLayout.ANIMATION_RANDOM;
Expand Down

1 comment on commit 102a283

@mandy911
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

node12-template

Please sign in to comment.