From 890f45f4371dc504394b9bb3a4f0660972702aaf Mon Sep 17 00:00:00 2001
From: Andrew Solovay
- If the user is resizes a window and makes it larger in either dimension,
- the system fills in the expanded
- area with the color specified by the {@link android.R.attr#windowBackground
- windowBackground} attribute, or by the default
- windowBackgroundFallback style attribute. When the user finishes
- resizing the window, the activity is redrawn with its new dimensions, as
- described in Handling Runtime
- Changes.
+ If the user is resizing a window and makes it larger in either dimension, the
+ system resizes the activity to match the user action and issues runtime changes
+ as needed. If the app lags behind in drawing in newly-exposed areas, the
+ system temporarily fills those areas with the color specified by the {@link
+ android.R.attr#windowBackground windowBackground} attribute or by the default
+ windowBackgroundFallback style attribute.