Top "Shadow" questions

Questions related to drawing or setting shadows on an object.

Internet Explorer - CSS Shadow All Around

I have been ripping my hair out over this issue, I want a simple shadow that does around the whole …

css internet-explorer shadow dropshadow
How to add a drop shadow effect to a circular ImageView in Android?

I have an ImageView in my layout which is circular. I want to have a shadow effect to the ImageView1.…

android xml imagebutton shadow
Removing the shadow on an android button

I have searched and tryed all found solutions to this. I need to remove the shadow from a button in …

android android-layout android-button shadow
Is there a way to add inner shadow to a TextView on Android?

I would like to make an inner shadow on a textview, But I can't find any example of that on …

android textview shadow
View with elevation and shadow in ConstraintLayout

How can I show elevations in a view with shadows using ConstraintLayout? With Relative and Linear could perform elevations with …

shadow android-constraintlayout android-elevation
Calculating shadow values for all Material Design elevations

In the latest Material Design documentation (https://www.google.com/design/spec/what-is-material/elevation-shadows.html#elevation-shadows-elevation-android-) an exhaustive set of …

material-design shadow box-shadow
How can i set elevation shadow only on the bottom on react native

I'm trying to add a shadow on the bottom of a view, but i don't how to do it on …

android react-native react-native-android android-styles shadow
Fastest way to do shadows on iOS?

QuartzCore .layer.shadow's suck up performance. They appear to need to be re-rendered every time something changes, causing everything to …

iphone objective-c ios core-animation shadow
How to prevent Android's drawBitmap from only drawing black images?

As per the original question, The end result is a rounded-rect png in an ImageView with a natural looking drop …

android paint blur shadow drawbitmap
html canvas shadow being applied to everything

If you define a shadow ONCE, then it applies to all "graphics" on the canvas from thereon after (which is …

html canvas shadow