ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
Apache License 2.0
2.87k stars 677 forks source link

Strange behaviour when loading image from web #52

Open BartNijland opened 10 years ago

BartNijland commented 10 years ago

Hi,

I notice some strange behaviour when putting the image in the header dynamically after it has been downloaded. It seems like the height of the header only get's put in right after scrolling. Before scrolling the header just has the default size. I have tried inflating and recreating views but this does not seem to work. Does anyone have any idea how to fix this?

tadly commented 10 years ago

I was struggeling around with the same issue. The problem is kinda related to issue #55. Therefore a pull-request was made (Sadly not merged yet) #29

If you merge it yourself you can/have to set a fixed height to the imageview. Once you have done that it should work ;)

frodberserk commented 9 years ago

Fixing imageview size is not working.