My Android application launches into BeginActivity which is a subclass of SherlockFragmentActivity and shows it\'s first view using:
@Override
public voi
Well, giving background to fragment is not always enough. For example if your background activity or fragment contains buttons, then we should set elevation for our FragmeLayout so that our fragment comes on top of other elements. Something like this:
and then inside our fragment layout, we should set a background and make clickable attribute true to prevent working of buttons in background activity or fragment. Something like this :