4am here and I was thinking I was just plain crazy because my app was completely bouncy and wonky when changing general stuff on it. Started to comment stuff until I found out this lib was the faulty thing.
|
UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true); |
You shouldn't do this. Not going to use this lib anymore just because of this line.