daimajia / daimajia/AndroidViewAnimations
View add inflate(R.layout.loading, parent, true) animation work wrong
Open
- Dominant language
- Java
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
I use this code for add view to main activity
```
View add = G.inflater.inflate(R.layout.loading, parent, true);
contentLoading = add.findViewById(R.id.contentLoading);
YoYo.with(Techniques.RubberBand)
.onStart(animator->{contentLoading.setVisibility(View.VISIBLE);})
.duration(700)
.playOn(contentLoading);
```
But `contentLoading` animation is wrong and not work correct
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.