I'm using a SlidingPaneLayout in my app and I have a problem because when I open the sliding pane, the whole covered pane doesn't fade, instead only some elements inside of it do, like TextViews, Buttons, and ImageViews. How can I either remove the fading completely or make the whole covered pane to fade out?
Just recently figured it out, when I changed the default background of the whole layout it fades properly the whole fragment.