Added warning and linkback to our newer post

This commit is contained in:
Eduardo Pratti
2023-11-09 22:32:30 -03:00
parent 7a1668e0f2
commit 8843a364a4

View File

@@ -11,9 +11,19 @@
}
---
# Testing the limits of `firstBaselineToTopHeight` and `lastBaselineToBottomHeight` to deliver a perfect result.
# There is a newer article available.
_**I really care about implementation.**_ I obsess over it. Im constantly thinking about it.
> **This article is severely outdated.:**
> To learn how to make your Figma mockups match your Android app using Jetpack Compose, check out the article below.
>
> [**Figma to Compose: Line Height & Baseline Grids**](/posts/figma-compose-line-height)
For those of you who still wish to know how designers handled these problems in the past, feel free to continue reading.
---
# Testing the limits of `firstBaselineToTopHeight` and `lastBaselineToBottomHeight` to deliver a perfect result.
Whenever Im designing an app, I always try to focus on how a UI can be created optimally and how well the composition inside a design tool can translate to platform components and paradigms.