Fixed
Status Update
Comments
ch...@google.com <ch...@google.com> #3
Thanks for the report!
an...@google.com <an...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #6
In my case, I have multiple font sizes in the same Text
(using SpanStyle
in AnnotatedString
). There are legitimate reasons for this. For example, when combining Chinese and English (phonetic) together (for language-learning purposes).
Description
Version of Gradle Plugin: 4.2.0-alpha05
Version of Gradle: 6.5
Version of Java: 1.8
OS: Linux
Version of Compose: 0.1.0-dev14
The minified APK size increased to ~1.1 MB in dev13 it was ~600 KB before.
Steps to Reproduce:
1. clone git repo: git clone git@gitlab.com:compose1/compose-minimal-hello-world.git
2. compile the release APK (Key already included)
3. See that the APK size is about 600 KB
4. change compose_version to 0.1.0-dev14 in build.gradle file
5. compile the release APK
6. APK size is about 1.1 MB