Top "Overlay" questions

Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.

Flutter - Overlay card widget on a container

In flutter, is it possible to place a part of a card on another container? In CSS, we would set …

flutter dart flutter-layout overlay flutter-widget
jquery mobile, disable all button when loading overlay is showed

Actually i can call this code $(":input").attr("disabled",true); //Disable all input fields to disable all buttons on my …

javascript button jquery-mobile overlay
Using ItemizedOverlay and OverlayItem In Android Beta 0.9

Has anyone managed to use ItemizedOverlays in Android Beta 0.9? I can't get it to work, but I'm not sure if …

java android overlay android-mapview
Draw semi transparent overlay image all over the windows form having some controls

Draw semi transparent overlay image all over the windows form having some controls such that all its child controls should …

c# overlay transparent
Android overlay to grab ALL touch, and pass them on?

I'm basically trying to get all touch event data from something like a system overlay, move my sprites around based …

android touch overlay touch-event
Overlay over an ImageView on Android

So I have a list of images that come from the web, I don't know which color are they and …

android imageview overlay
How to make underlying div unclickable?

I made overlay div with: position: absolute; top: 0; left: 0; widht: 100%; height: 100%; Basically I want this overlay div to cover my …

css html overlay clickable
Text Overlay Image with Darkened Opacity React Native

I am attempting to overlay a title over an image - with the image darkened with a lower opacity. However, …

javascript image overlay react-native opacity
Android - Best way to overlay a play button on an image/thumbnail

I have an android application which can playback audio/video and show pictures. For videos I want to overlay a …

android imageview overlay drawable
How would I overlay a canvas over text?

Hey everyone! So the image above is what I'm trying to achieve with my code, however One or the other …

html css overlay html5-canvas