Activity.SetFeatureDrawableAlpha(WindowFeatures, Int32) Method

Definition

Convenience for calling android.view.Window#setFeatureDrawableAlpha.

[Android.Runtime.Register("setFeatureDrawableAlpha", "(II)V", "")]
public void SetFeatureDrawableAlpha (Android.Views.WindowFeatures featureId, int alpha);
[<Android.Runtime.Register("setFeatureDrawableAlpha", "(II)V", "")>]
member this.SetFeatureDrawableAlpha : Android.Views.WindowFeatures * int -> unit

Parameters

featureId
WindowFeatures
alpha
Int32
Attributes

Remarks

Convenience for calling android.view.Window#setFeatureDrawableAlpha.

Java documentation for android.app.Activity.setFeatureDrawableAlpha(int, int).

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.

Applies to