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

Commit e6a70e2

Browse files
committed
Fix README.
Change-Id: Iefb2dcf711130708d7059f281603c8fcfb5c493b
1 parent f7f005c commit e6a70e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Owl/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
## Introduction
66
Owl is an educational app that uses Material Design components and [Material Theming](https://material.io/design/material-theming) to create an energetic, motivational brand experience.
7-
This project is the Android implementation of [Owl](https://material.io/design/material-studies/owl.html), a Material study meant to showcase componentry and Theming using the [Material Components for Android library](https://github.com/material-components/material-components-android).
7+
This project is an Android implementation of [Owl](https://material.io/design/material-studies/owl.html), a Material study meant to showcase componentry and theming using the [Material Components for Android library](https://github.com/material-components/material-components-android).
88

99
## Screenshots
1010
<img src="screenshots/owl_demo.gif" alt="Owl sample demo"/>
1111

1212
## Material Theming
13-
Owl employs material theming to reflect the energy and excitement of learning a new skill, using a bold aesthetic and unfilled shapes that invite the user to populate them with new content and courses. The app customizes color, shape and typography to achieve this.
13+
Owl employs material theming to reflect the energy and excitement of learning a new skill, using a bold aesthetic and unfilled shapes that invite the user to populate them with new content and courses. The app customizes [color](https://material.io/develop/android/theming/color/), [shape](https://material.io/develop/android/theming/shape/) and [typography](https://material.io/develop/android/theming/typography/) to achieve this.
1414

1515
### Color
1616
<img src="screenshots/color_header.png" alt="Owl color theming"/>
@@ -25,7 +25,7 @@ Owl defines small, medium and large shape categories for different sized compone
2525
### Typography
2626
<img src="screenshots/type_header.png" alt="Owl typography theming"/>
2727

28-
Owl’s type scale provides the typographic variety necessary for the app content. All items in the type scale use [Rubik](https://fonts.google.com/specimen/Rubik) as the typeface, and make use of the variety of weights available by using Rubik Regular, Medium, and Bold. See [type.xml](https://github.com/material-components/material-components-android-examples/blob/develop/owl/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/owl/app/src/main/res/values/themes.xml#L25-L38) and referred to using `?attr/TextAppearance.Owl.*` throughout.
28+
Owl’s type scale provides the typographic variety necessary for the app content. All items in the type scale use [Rubik](https://fonts.google.com/specimen/Rubik) as the typeface, and make use of the variety of weights available by using Rubik Regular, Medium, and Bold. See [type.xml](https://github.com/material-components/material-components-android-examples/blob/develop/owl/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/owl/app/src/main/res/values/themes.xml#L25-L38) and referred to using `?attr/textAppearance[...]` throughout.
2929

3030
## License
3131

0 commit comments

Comments
 (0)