Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.
Questions tagged [overlay]
4798 questions
18
votes
3 answers
android - overdraw layout allows touch through LinearLayout
in the following UI I have this below drabable overlaying the entire screen. The LinearLayout is transparent and allows controls below it to be clickable or touchable. Basically I can scroll a list below this LinearLayout as well as click controls.…

dropsOfJupiter
- 6,763
- 12
- 47
- 59
17
votes
4 answers
The import com.android.internal.R cannot be resolved
Hi i am working with Gestures and i need to import but i m getting error
com.android.internal.R;
The import com.android.internal.R cannot be resolved
kindly help me , please
user208432
17
votes
4 answers
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 page. But i don't know how good is the performance when i have a lot of button on my page.
I saw a trick that we create a…

Peacemoon
- 3,198
- 4
- 32
- 56
17
votes
3 answers
How to overlay Icon on image in flutter
I have to show a favourite icon on bottom right corner of image.
Container(
decoration: new BoxDecoration(color: Colors.white),
alignment: Alignment.center,
height: 240,
child: Image.network(used_car.imageUrl,fit: BoxFit.fill)
)
I want…

Haseeb Ahmad
- 7,914
- 12
- 55
- 133
17
votes
3 answers
Simple & small, pure javascript lightbox (dialog overlay)?
Does anyone know of a small, limited functionality lightbox built with pure javascript? This is for an embeddable widget, thus the reason of not using jquery. All I really need is creating an overlay for a specific div or simply by passing some…
user429620
17
votes
2 answers
Beamer - make itemize (and space occupied) disappear
So I have two itemize's on one slide and a graphic underneath them both:
\onslide<1>{
\begin{itemize}
...
\end{itemize}
}
\onslide<2>{
\begin{itemize}
...
\end{itemize}
}
\includegraphics[width=5cm]{abc.eps}
So what I…

Jonathan Apodaca
- 5,458
- 6
- 30
- 41
17
votes
1 answer
Blue arrow overlay on Visual Studio 2012 project files
There are little blue arrows appearing on some of the files in my project in Visual Studio 2012 and I am not sure what they mean. And if I create a new class it does not have the icon on it.
Here's a screenshot:
https://i.stack.imgur.com/tdZB1.jpg

arazzy
- 495
- 1
- 8
- 23
17
votes
1 answer
Camera preview UI overlay on Android?
How do I write code which layouts UI elements (Buttons, etc) over camera preview on Android ?

Eli Ben-Ami
- 489
- 2
- 5
- 15
17
votes
1 answer
center image vertically/horizontally over another without dimensions
I'm trying to make an image appear to have a play button that is centered. I will not know the exact size of the main image however, since it's dynamically generated.
Right now, the overlay image (a play button) is in the upper left corner. How…

user749798
- 5,210
- 10
- 51
- 85
16
votes
2 answers
How does the Android source overlays work?
In the android source in the device/sample folder there is a folder called overlays. You see the same overlay folder in e.g. the cyanogen mods.
What is this overlay folder? How does it work? What is it used for? Where can I read more about…

Bjarke Freund-Hansen
- 28,728
- 25
- 92
- 135
16
votes
3 answers
Oreo (API 26) - drawOverlay + draw over status bar
In android oreo, I can't use WindowManager.LayoutParams.TYPE_SYSTEM_ERROR anymore and must use WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY instead. The drawback is, that this mode does not draw over the statusbar.
Is there anyway to achieve…

prom85
- 16,896
- 17
- 122
- 242
16
votes
2 answers
jQuery - How Do I Place a DIV On Overlay?
I'm trying to make a modal dialog in the least amount of jQuery code as possible because my project already has a bit too much jQuery loaded into it.
So, I first needed an overlay, which is achieved with:
$('body').wrapInner('
volomike
16
votes
1 answer
Fullscreen DirectX Overlay? Yes.. again C#
It looks like this question has been asked multiple times each in a different context and I have made some strides in making an overlay for a game (This is for informational data, etc..). I Would also like to make it inter-actable like Steam and…

Tyler
- 668
- 1
- 8
- 22
16
votes
4 answers
Imitate Photoshop blend effects like multiply, overlay etc
I'm making a website with a full page background image. I want to create a background image for a side column that acts like a Photoshop layer with multiply as blend mode. It's just a blue colored surface with the 'behaviour' of a Photoshop multiply…

Pieter
- 1,823
- 1
- 12
- 16
16
votes
1 answer
Overlay / hover a div in flexbox container div
I'm trying to overlay a div that would float with in a flexbox container.
The header is a flexbox container and there are three flexbox divs that work in the container. The overlay I want to overlay the other three divs but still be constrained…

karlgo
- 163
- 1
- 1
- 6