Skip to content

Commit

Permalink
Fix broken URL referencing the color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-santosh committed Oct 25, 2023
1 parent 64b2193 commit fd72819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Reply is using brand new Material 3 [colors](app/src/main/java/com/example/reply
[Material Theme builder](https://material-foundation.github.io/material-theme-builder/#/custom) is used to create material 3 theme and directly export it for Compose.

#### [Dynamic theming/Material You](app/src/main/java/com/example/reply/ui/theme/Theme.kt#100)
On Android 12+ Reply supports Material You dynamic color, which extracts a custom color scheme from the device wallpaper. For older version of android it falls back to defined light and dark [color schemes](aapp/src/main/java/com/example/reply/ui/theme/Theme.kt#34)
On Android 12+ Reply supports Material You dynamic color, which extracts a custom color scheme from the device wallpaper. For older version of android it falls back to defined light and dark [color schemes](app/src/main/java/com/example/reply/ui/theme/Theme.kt#L34)


<img src="screenshots/dynamic_theming.png">
Expand Down

0 comments on commit fd72819

Please sign in to comment.