colton.liang

Results 3 issues of colton.liang

在pr未被合入前,可以暂时通过以下代码规避 android { ... aaptOptions { additionalParameters '-v' } ... }

在pr未合入之前,可以暂时通过以下规避 android { ... aaptOptions { additionalParameters '-v' } ... }

When calling LottieDrawable.getIntrinsicWidth() or getIntrinsicHeight() in Android, the returned values are consistently ​​3× larger​​ than the dimensions defined in the source Lottie JSON file. The values come from composition.getBounds(), which...

Non-Rendering Bug