Skip to content

Commit cc734cd

Browse files
yasmineevjennickbutcher
authored andcommitted
Update Owl Readme
Updated Owl color section
1 parent e762539 commit cc734cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Owl/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ This project is an Android implementation of [Owl](https://material.io/design/ma
99
<img src="screenshots/owl_demo.gif" height="400" alt="Owl sample demo"/>
1010

1111
## Material Theming
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.
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/).
1313

1414
### Color
1515
<img src="screenshots/color_header.png" width="700" alt="Owl color theming"/>
1616

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.
17+
Owl has three primary colors which are used to create distinct visual themes for each section. See [color.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Owl/app/src/main/res/values/color.xml) for the full color scheme and how colors are applied across [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.
1818

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

0 commit comments

Comments
 (0)