Loading
iconloaderlib: Remove extra inset from monochrome layer in themed icons.
The `InsetDrawable` around the monochrome bitmap is removed, as the AdaptiveIconDrawable framework already provides the correct scaling and padding for the foreground layer. In the "jump" path, the previous code takes the monochrome bitmap and first wraps it in an InsetDrawable, effectively shrinking it. Then, it passes this already shrunken drawable to AdaptiveIconDrawable, which applies its own inset logic again. This "double inset" makes the final monochrome icon's foreground smaller than a standard icon's foreground. Bug: 441490810 Tested: Manually Flag: EXEMPT BUGFIX Change-Id: Ibcf6e0552b1af58610b9a45031000b9f915cdf1a