Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Here are the release APKs for different compose dev version so you can have a look without compiling:
wa...@gmail.com <wa...@gmail.com> #3
Some quick analysis between dev13 and dev14:
resources.arsc
increased from 21KB to 256KBres/
increased from 73KB to 136KBclasses.dex
increased from 468KB to 651KB
The key difference is that dev13 doesn't contain AppCompat, whereas dev14 does.
+Andrey: We did that to force AppCompat users to use the latest version which fixes some font issues (iirc). Maybe we shouldn't force all Compose apps to use AppCompat, and just put this in the docs instead?
jo...@gmail.com <jo...@gmail.com> #4
Comment has been deleted.
jo...@gmail.com <jo...@gmail.com> #5
Comment has been deleted.
jo...@gmail.com <jo...@gmail.com> #6
Comment has been deleted.
jo...@gmail.com <jo...@gmail.com> #7
hello world
Description
PxBounds should be removed and Rect should be used everywhere PxBounds is used.