Skip to content

Latest commit

 

History

History

Owl

Owl collage

Introduction

This project is an Android implementation of Owl, a Material Study showcasing the possibilities of using Material Theming and Material Components for Android.

Screenshots

Owl sample demo

Material Theming

Owl uses Material Theming to customize the app’s color, shape and typography.

Color

Owl color theming

Owl has three primary colors which are used to create distinct visual themes for each section. See color.xml for the full color scheme and how colors are applied across default and dark themes.

Shape

Owl shape theming

Owl defines small, medium and large shape categories for different sized components. See shape.xml which defines the ShapeAppearances, which are then set in the theme and picked up by all components or referred to directly.

Typography

Owl typography theming

Owl’s type scale provides the typographic variety necessary for the app content. All items in the type scale use Rubik as the typeface, and make use of the variety of weights available by using Rubik Regular, Medium, and Bold. See type.xml which defines TextAppearances which are then set in the theme and referred to using ?attr/textAppearance[...] throughout.

License

Copyright 2019 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.