Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit ea8073a

Browse files
committed
Fix grammer and links
1 parent e623d9c commit ea8073a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Reply/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Reply uses Material Theming to create a content-forward experience through the c
1616
### Color
1717
<img src="screenshots/color_header.png" width="700" alt="Reply color theming"/>
1818

19-
Reply uses a simple, subtle color scheme to save emphasis for email content. Reply’s color palette is defined in [color.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/color.xml) and applied globally via the app’s [light](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/themes.xml) and [dark](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values-night/themes.xml) themes.
19+
Reply uses a simple, subtle color scheme to save emphasis for email content. Reply’s color palette is defined in [color.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/color.xml) and applied globally via the app’s [light](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/themes.xml#L23-L37) and [dark](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values-night/themes.xml#L22-L36) themes.
2020

2121
### Typography
2222
<img src="screenshots/typography_header.png" width="700" alt="Reply typography theming"/>
2323

24-
Reply’s uses [Work Sans](https://fonts.google.com/specimen/Work+Sans)
25-
as the typeface. All items in the type scale provide the typographic variety necessary for Reply’s content. See [type.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/type.xml) which defines `TextAppearance`s which are then [set in the theme](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/themes.xml#L48-L59) and referred to using `?attr/textAppearance[...]` throughout.
24+
Reply uses [Work Sans](https://fonts.google.com/specimen/Work+Sans)
25+
as its typeface. All items in the type scale provide the typographic variety necessary for Reply’s content. See [type.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/type.xml) which defines `TextAppearance`s which are then [set in the theme](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/themes.xml#L48-L59) and referred to using `?attr/textAppearance[...]` throughout.
2626

2727
### Shape
2828
<img src="screenshots/shape_header.png" width="700" alt="Reply shape theming"/>

0 commit comments

Comments
 (0)