Skip to content

Commit 888036e

Browse files
authored
Update README.md
Fix 404 on links to app resources
1 parent af74b67 commit 888036e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Owl/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Owl uses Material Theming to customize the app’s [color](https://material.io/d
1414
### Color
1515
<img src="screenshots/color_header.png" width="700" alt="Owl color theming"/>
1616

17-
Owl has three primary colors which are used to create distinct visual themes for each section. See [color.xml](Owl/app/src/main/res/values/color.xml) for the full color scheme and how colors are applied across [default](Owl/app/src/main/res/values/theme.xml#L58-L86) and [dark](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](Owl/app/src/main/res/values/color.xml) for the full color scheme and how colors are applied across [default](app/src/main/res/values/theme.xml#L58-L86) and [dark](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"/>
2121

22-
Owl defines small, medium and large shape categories for different sized components. See [shape.xml](Owl/app/src/main/res/values/shape.xml) which defines the `ShapeAppearance`s, which are then [set in the theme](Owl/app/src/main/res/values/theme.xml#L20-L23) and picked up by all components or referred to directly.
22+
Owl defines small, medium and large shape categories for different sized components. See [shape.xml](app/src/main/res/values/shape.xml) which defines the `ShapeAppearance`s, which are then [set in the theme](app/src/main/res/values/theme.xml#L20-L23) and picked up by all components or referred to directly.
2323

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

27-
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](Owl/app/src/main/res/values/type.xml) which defines `TextAppearance`s which are then [set in the theme](Owl/app/src/main/res/values/theme.xml#L25-L38) and referred to using `?attr/textAppearance[...]` throughout.
27+
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](app/src/main/res/values/type.xml) which defines `TextAppearance`s which are then [set in the theme](app/src/main/res/values/theme.xml#L25-L38) and referred to using `?attr/textAppearance[...]` throughout.
2828

2929
## License
3030

0 commit comments

Comments
 (0)