View.SystemUiFlagLightStatusBar Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag for #setSystemUiVisibility(int)
: Requests the status bar to draw in a mode that
is compatible with light status bar backgrounds.
[Android.Runtime.Register("SYSTEM_UI_FLAG_LIGHT_STATUS_BAR", ApiSince=23)]
public const Android.Views.SystemUiFlags SystemUiFlagLightStatusBar = 8192;
[<Android.Runtime.Register("SYSTEM_UI_FLAG_LIGHT_STATUS_BAR", ApiSince=23)>]
val mutable SystemUiFlagLightStatusBar : Android.Views.SystemUiFlags
Field Value
Value = 8192- Attributes
Remarks
Flag for #setSystemUiVisibility(int)
: Requests the status bar to draw in a mode that is compatible with light status bar backgrounds.
For this to take effect, the window must request android.view.WindowManager.LayoutParams#FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS
but not android.view.WindowManager.LayoutParams#FLAG_TRANSLUCENT_STATUS FLAG_TRANSLUCENT_STATUS
.
This member is deprecated. Use WindowInsetsController#APPEARANCE_LIGHT_STATUS_BARS
instead.
Java documentation for android.view.View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.