Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the drawable used as the foreground of this FrameLayout. The
foreground drawable, if non-null, is always drawn on top of the children.
Set method documentation [Android Documentation]
Supply a Drawable that is to be rendered on top of all of the child
views in the frame layout. Any padding in the Drawable will be taken
into account by ensuring that the children are inset to be placed
inside of the padding area.