Skip to content

Commit 44c35c2

Browse files
authored
Merge pull request material-components#9 from material-components/afohrman-patch-1
Fix typo in README.md.
2 parents 0be7f5f + 761f558 commit 44c35c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Owl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Owl has three primary colors. Each color is used to create a distinct visual the
2020
### Shape
2121
<img src="screenshots/shape_header.png" width="700" alt="Owl shape theming"/>
2222

23-
Owl defines small, medium and large shape categories for different sized components. See [shape.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/shape.xml) which defines the `ShapeAppearance`s, which are then [set in the theme](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/theme.xml#L20-L23) and picked up by all components or refferred to directly.
23+
Owl defines small, medium and large shape categories for different sized components. See [shape.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/shape.xml) which defines the `ShapeAppearance`s, which are then [set in the theme](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/theme.xml#L20-L23) and picked up by all components or referred to directly.
2424

2525
### Typography
2626
<img src="screenshots/type_header.png" width="700" alt="Owl typography theming"/>

0 commit comments

Comments
 (0)