Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Document that LocationComponentOptions.elevation(0) turns off the shadow. #14471

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,8 @@ public Integer backgroundStaleTintColor() {
}

/**
* Sets the base elevation of this view, in pixels.
* Sets the base elevation of this view, in pixels. To turn off the shadow that appears under
* the location icon, set the elevation to 0.
*
* @return the elevation currently set for the location component icon
* @attr ref R.styleable#LocationComponent_elevation
Expand Down