Skip to content

Commit 705e962

Browse files
authored
Improve README.md Noticeability. (android#968)
* Improve Noticeability. * Change style.
1 parent 1f287cb commit 705e962

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ A gardening app illustrating Android development best practices with migrating a
44
Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the
55
[migration journey](https://github.com/android/sunflower/blob/main/docs/MigrationJourney.md) document.
66

7-
**Note**: To see the original View implementation of Sunflower, checkout the [`views`](https://github.com/android/sunflower/tree/views) branch.
7+
> [!Note]
8+
> To see the original View implementation of Sunflower, checkout the [`views`](https://github.com/android/sunflower/tree/views) branch.
89
910
## Screenshots
1011

@@ -15,10 +16,11 @@ Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the
1516
This sample showcases how to migrate an existing View-based app (Material 2) to Compose (Material 3).
1617
See the linked migration journey doc above to learn more.
1718

18-
**Note**: As Compose cannot render HTML code in `Text` yet. The
19-
`AndroidViewBinding` API is used to embed a `TextView` in Compose. See the
20-
`PlantDescription` composable in the
21-
[PlantDetailView file](app/src/main/java/com/google/samples/apps/sunflower/compose/plantdetail/PlantDetailView.kt).
19+
> [!Note]
20+
> As Compose cannot render HTML code in `Text` yet. The
21+
> `AndroidViewBinding` API is used to embed a `TextView` in Compose. See the
22+
> `PlantDescription` composable in the
23+
> [PlantDetailView file](app/src/main/java/com/google/samples/apps/sunflower/compose/plantdetail/PlantDetailView.kt).
2224
2325
## Requirements
2426

0 commit comments

Comments
 (0)