This project is the Android implementation of Reply, a Material Study showcasing the possibilities of using Material Theming and Material Components for Android.
Reply uses Material Theming to customize the app’s color, typography and shape.
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.
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 TextAppearance
s which are then set in the theme and referred to using ?attr/textAppearance[...]
throughout.
Reply defines small, medium, and large shape categories for different sized components. See shape.xml which defines the ShapeAppearance
s, which are then set in the theme and picked up by all components or referred to directly.
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.