android:fitsSystemWindows

How to Set the Content Description of a Button

added in API Level 1

Boolean internal attribute to adjust view layout based on system windows such as the status bar.
If true, adjusts the padding of this view to leave space for the system windows.
Will only take effect if this view is in a non-embbeded activity.

       android:fitsSystemWindows = "true"
       android:fitsSystemWindows = "false"

(Does not seem to do anything with TextView or EditText)
Resources:
http://developer.android.com/reference/android/view/View.html#attr_android:fitsSystemWindows
http://developer.android.com/reference/android/R.attr.html#fitsSystemWindows