-
Notifications
You must be signed in to change notification settings - Fork 5
Home
-
The modern UI toolkit makes accomplishing the core fix relatively simple, and is so new that it's arguably of little benefit to attempt to devise a one-size-fits-all, externally-applicable solution in it to add to the library. For now, the linked gist has several examples that are pretty much usable as-is.
-
These serve as another means to apply the shadow properties through layout XML and inflation, but they are mainly geared toward doing so in existing setups with minimal changes.
-
The three core library properties, related enum classes, etc.
-
The
ClippedShadowsViewGroupinterface, and common XML attributes. -
The custom implementations of
RecyclerViewand platformAdapterViewsubclasses. -
The various non-recycling ones, including customizations of both platform and Jetpack classes.
-
The
ShadowDrawableclass. -
The three inflation helpers for the various configurations, the
TagMatcherinterface and related functions, etc.