Example usage for android.view Window setBackgroundDrawable

List of usage examples for android.view Window setBackgroundDrawable

Introduction

In this page you can find the example usage for android.view Window setBackgroundDrawable.

Prototype

public abstract void setBackgroundDrawable(Drawable drawable);

Source Link

Document

Change the background of this window to a custom Drawable.

Usage