Skip to content

Instantly share code, notes, and snippets.

@ricknout
Created July 31, 2020 19:55
Show Gist options
  • Save ricknout/a6a45d3a4e525c323954ba928b8b609b to your computer and use it in GitHub Desktop.
Save ricknout/a6a45d3a4e525c323954ba928b8b609b to your computer and use it in GitHub Desktop.
MDC-Android MaterialShapeDrawable elevation and overlays
/* Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 */
// Initialize elevation overlays
msd.initializeElevationOverlay(context)
// Pass elevation value to MSD to apply overlay (in dark theme)
msd.setElevation(elevation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment