public interface ShowBackgroundDrawable
Drawable that has a background.| 限定符和类型 | 方法和说明 |
|---|---|
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.