ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing the content dynamically

animaonline opened this issue · comments

Scrolling doesn't work when I change content dynamically, for example add a view to a FrameLayout.

The weird thing is that it "starts" working after changing the orientation.

Resolved by hardcording the height of the frame layout.