Skip to content

Commit e762539

Browse files
yasmineevjennickbutcher
authored andcommitted
Update Owl README.md
Update Owl README.md
1 parent bf04cef commit e762539

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Owl/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
<img src="screenshots/collage_header.png" alt="Owl collage"/>
44

55
## Introduction
6-
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 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).
6+
This project is an Android implementation of [Owl](https://material.io/design/material-studies/owl.html), a Material Study showcasing the possibilities of using Material Theming and Material Components for Android.
87

98
## Screenshots
109
<img src="screenshots/owl_demo.gif" height="400" alt="Owl sample demo"/>
1110

1211
## 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](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.
12+
Owl uses Material Theming to customize the app’s [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.
1413

1514
### Color
1615
<img src="screenshots/color_header.png" width="700" alt="Owl color theming"/>
1716

18-
Owl has three primary colors. Each color is used to create a distinct visual theme for each section. See [colors.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/color.xml) and how they are used in [light](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/theme.xml#L58-L86) and [dark](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values-night/theme.xml) themes.
17+
Owl has three primary colors. Each color is used to create a distinct visual theme for each section. See [colors.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/color.xml) and how they are used in [default](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/theme.xml#L58-L86) and [dark](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values-night/theme.xml) themes.
1918

2019
### Shape
2120
<img src="screenshots/shape_header.png" width="700" alt="Owl shape theming"/>

0 commit comments

Comments
 (0)