As of Android.OS.Build.VERSION_CODES.JellyBean, when an ActionBar is in this mode it will adjust the insets provided to View.FitSystemWindows(Android.Graphics.Rect) to include the content covered by the action bar, so you can do layout within that space.