I have a relative layout which contains:
- adView which is aligned at the parent layout's bottom. another
- Relative layout containing the app view like buttons and others.
As known, ads are sometimes not available or the wifi is off hence it is not wise to leave the adview space empty while the ad is not available. Hence, I want the inside relative layout to automatically shift up when the ad banner appears. How may I do so?