gh-pages / com.nextfaze.devfun.menu.controllers / CogOverlay / <init>

<init>

CogOverlay(context: Context, activityProvider: ActivityProvider, overlays: OverlayManager)

Controls the floating cog overlay.

Manages/requests permissions as needed, and hides/shows when app view context changes.

Background color/tint of the cog can be changed by declaring (overriding) a color resource df_menu_cog_tint

e.g.

<color name="df_menu_cog_tint">#77FF0000</color> <!-- red -->