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

Latest commit

 

History

History

Reply

Reply collage

Introduction

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

Screenshots

Home screen Navigation drawer open Account picker sandwich open

Star an email action Email details screen Compose email screen

Material Theming

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

Color

Reply color theming

Reply uses a simple, subtle color scheme to save emphasis for email content. Reply’s color palette is defined in color.xml and applied globally via the app’s default and dark themes.

Typography

Reply typography theming

Reply uses Work Sans as its typeface. All items in the type scale provide the typographic variety necessary for Reply’s content. See type.xml which defines TextAppearances which are then set in the theme and referred to using ?attr/textAppearance[...] throughout.

Shape

Reply shape theming

Reply 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.

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.