File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ A gardening app illustrating Android development best practices with migrating a
4
4
Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the
5
5
[ migration journey] ( https://github.com/android/sunflower/blob/main/docs/MigrationJourney.md ) document.
6
6
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.
8
9
9
10
## Screenshots
10
11
@@ -15,10 +16,11 @@ Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the
15
16
This sample showcases how to migrate an existing View-based app (Material 2) to Compose (Material 3).
16
17
See the linked migration journey doc above to learn more.
17
18
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 ) .
22
24
23
25
## Requirements
24
26
You can’t perform that action at this time.
0 commit comments