-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Detailed descriptions and examples to expand on the information presented in the project's README.
The custom sidebar to the right is in the same order as the README sections starting from Limitations and recourses, which map to their wiki pages as follows:
- Overlapping sibling Views -> ShadowPlane
- Irregular shapes on Android R+ -> ViewPathProvider
- Parent matrix on Android N-P -> View.forceShadowLayer
The code docs are available separately through github.io.
This functionality is an original feature of the library that I don't really advertise anymore, since I don't imagine that others would have much use for it. I've been updating it occasionally just to keep it working in some fashion or another, but it'll likely be removed eventually.
These helpers plug into the layout inflation pipeline in order to process and
apply library attributes on XML tags without having to use one of the library's
ShadowsViewGroups as the target's parent. They're kinda overkill for what they
do, and they're likely only useful if you can't modify the code, for some odd
reason. Their descriptions and examples can be found on this separate wiki
page.