-
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.
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.
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. The helpers are still fully functional, and were recently updated to align with the library's current feature set. Their descriptions and examples can be found on this separate wiki page.