Class | Description |
---|---|
CheckBoxDrawable |
3 state checkbox icon used by Overlay Manager
Plugins should use this class when implementing their own custom row layouts
in Overlay Manager
|
ShadowDrawable |
A drawable which renders a shadow under a given
View
This works similar to NavButtonDrawable but does not auto-pad the
original drawable. |
ShapeColorDrawable |
An icon used to show both shape stroke color and fill color
|
ThreeStateDrawable |
A drawable icon that has 3 states, typically ON, OFF, and SEMI
Used for visibility toggles and checkboxes in Overlay Manager
|
VisibilityDrawable |
3 state visibility icon used by Overlay Manager
Plugins should use this class when implementing their own custom row layouts
in Overlay Manager
|