From 705e9620138ce7bd4b16be2aae5a41bebd993860 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Tue, 30 Jul 2024 08:38:07 +0900 Subject: [PATCH] Improve `README.md` Noticeability. (#968) * Improve Noticeability. * Change style. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4743b4261..91f84f921 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ A gardening app illustrating Android development best practices with migrating a Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the [migration journey](https://github.com/android/sunflower/blob/main/docs/MigrationJourney.md) document. -**Note**: To see the original View implementation of Sunflower, checkout the [`views`](https://github.com/android/sunflower/tree/views) branch. +> [!Note] +> To see the original View implementation of Sunflower, checkout the [`views`](https://github.com/android/sunflower/tree/views) branch. ## Screenshots @@ -15,10 +16,11 @@ Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the This sample showcases how to migrate an existing View-based app (Material 2) to Compose (Material 3). See the linked migration journey doc above to learn more. -**Note**: As Compose cannot render HTML code in `Text` yet. The -`AndroidViewBinding` API is used to embed a `TextView` in Compose. See the -`PlantDescription` composable in the -[PlantDetailView file](app/src/main/java/com/google/samples/apps/sunflower/compose/plantdetail/PlantDetailView.kt). +> [!Note] +> As Compose cannot render HTML code in `Text` yet. The +> `AndroidViewBinding` API is used to embed a `TextView` in Compose. See the +> `PlantDescription` composable in the +> [PlantDetailView file](app/src/main/java/com/google/samples/apps/sunflower/compose/plantdetail/PlantDetailView.kt). ## Requirements