Language

EmbeddedPhotoPickerFeatureInfo.Builder.SetThemeNightMode(Int32) Method

Definition

Sets the embedded picker theme to light or dark independently of the device theme.

[Android.Runtime.Register("setThemeNightMode", "(I)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=36)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder SetThemeNightMode(int themeNightMode);
[<Android.Runtime.Register("setThemeNightMode", "(I)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=36)>]
member this.SetThemeNightMode : int -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder

Parameters

themeNightMode
Int32

One of Configuration.UiModeNightUndefined, Configuration.UiModeNightNo, or Configuration.UiModeNightYes. The default, Configuration.UiModeNightUndefined, uses the system theme.

Returns

This builder.

Attributes

Applies to