public interface ShowBackgroundDrawable
Drawable that has a background.| Modifier and Type | Method and Description |
|---|---|
boolean |
getShowBackground()
Get whether this drawable is showing a background.
|
void |
setShowBackground(boolean show)
Set whether this drawable should show a background.
|
boolean getShowBackground()
true.void setShowBackground(boolean show)
true.show - Whether background should be shown.