Skip to content

Commit 8b56762

Browse files
authored
Merge pull request #344 from android/design-case-study
Add text and links to design case study
2 parents b6cd7a1 + cd442f8 commit 8b56762

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Now in Android App [Work in progress 🚧]
44
==================
55

6-
**Learn how this app was designed by reading the [architecture](docs/ArchitectureLearningJourney.md) and [modularization](docs/ModularizationLearningJourney.md) learning journeys.**
6+
**Learn how this app was designed and built in the [design case study](https://goo.gle/nia-figma), [architecture learning journey](docs/ArchitectureLearningJourney.md) and [modularization learning journey](docs/ModularizationLearningJourney.md).**
77

88
This is the repository for the [Now in Android](https://developer.android.com/series/now-in-android)
99
app.
@@ -110,9 +110,10 @@ Examples:
110110
checking that specific repository methods were called.
111111

112112
# UI
113+
The app was designed using [Material 3 guidelines](https://m3.material.io/). Learn more about the design process and
114+
obtain the design files in the [Now in Android Material 3 Case Study](https://goo.gle/nia-figma).
113115

114-
UI components are designed according to [Material 3 guidelines](https://m3.material.io/) and built
115-
entirely using [Jetpack Compose](https://developer.android.com/jetpack/compose).
116+
The Screens and UI elements are built entirely using [Jetpack Compose](https://developer.android.com/jetpack/compose).
116117

117118
The app has two themes:
118119

0 commit comments

Comments
 (0)