I have a ListView which gets populated with RelativeLayouts. The content of these RelativeLayouts can change and thus change their height respectively. On each RelativeLayou
My problem was the the following line
android:fitsSystemWindows="true" <-- In the parent view
was removed. Having added it back, it works fine now.