Skip to content

Commit ff18481

Browse files
yasmineevjennickbutcher
authored andcommitted
Update README.md
1 parent 44c35c2 commit ff18481

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Reply/README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
<img src="screenshots/collage_header.png" alt="Reply collage"/>
33

44
## Introduction
5-
Reply is an email app that uses Material Design components and Material Theming to create an on-brand communication experience.
6-
This project is the Android implementation of [Reply](https://material.io/design/material-studies/reply.html), a Material Study meant to showcase componentry and Theming using the Material Components for Android library.
5+
This project is the Android implementation of [Reply](https://material.io/design/material-studies/reply.html), a Material Study showcasing the possibilities of using Material Theming and Material Components for Android.
76

87
## Screenshots
98
<img src="screenshots/1_home_screen.png" height="400" alt="Home screen"/> <img src="screenshots/2_navigation_drawer.png" height="400" alt="Navigation drawer open"/> <img src="screenshots/3_account_sandwich.png" height="400" alt="Account picker sandwich open"/>
109

1110
<img src="screenshots/4_star_email_action.png" height="400" alt="Star an email action"/> <img src="screenshots/5_email_details.png" height="400" alt="Email details screen"/> <img src="screenshots/6_email_compose.png" height="400" alt="Compose email screen"/>
1211

1312
## Material Theming
14-
Reply uses Material Theming to create a content-forward experience through the customization of [color](https://material.io/develop/android/theming/color/), [typography](https://material.io/develop/android/theming/typography/) and [shape](https://material.io/develop/android/theming/shape/).
13+
Reply uses Material Theming to customize the app’s [color](https://material.io/develop/android/theming/color/), [typography](https://material.io/develop/android/theming/typography/) and [shape](https://material.io/develop/android/theming/shape/).
1514

1615
### Color
1716
<img src="screenshots/color_header.png" width="700" alt="Reply color theming"/>
1817

19-
Reply uses a simple, subtle color scheme to save emphasis for email content. Reply’s color palette is defined in [color.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/color.xml) and applied globally via the app’s [light](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/themes.xml#L23-L37) and [dark](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values-night/themes.xml#L22-L36) themes.
18+
Reply uses a simple, subtle color scheme to save emphasis for email content. Reply’s color palette is defined in [color.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/color.xml) and applied globally via the app’s [default](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/themes.xml#L23-L37) and [dark](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values-night/themes.xml#L22-L36) themes.
2019

2120
### Typography
2221
<img src="screenshots/typography_header.png" width="700" alt="Reply typography theming"/>
@@ -27,7 +26,7 @@ Reply uses [Work Sans](https://fonts.google.com/specimen/Work+Sans)
2726
### Shape
2827
<img src="screenshots/shape_header.png" width="700" alt="Reply shape theming"/>
2928

30-
Reply defines small, medium and large shape categories for different sized components. See [shape.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/shape.xml) which defines the `ShapeAppearance`s, which are then [set in the theme](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/themes.xml#L43-L45) and picked up by all components or referred to directly.
29+
Reply defines small, medium, and large shape categories for different sized components. See [shape.xml](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/shape.xml) which defines the `ShapeAppearance`s, which are then [set in the theme](https://github.com/material-components/material-components-android-examples/blob/develop/Reply/app/src/main/res/values/themes.xml#L43-L45) and picked up by all components or referred to directly.
3130

3231
## License
3332

@@ -48,4 +47,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
4847
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
4948
License for the specific language governing permissions and limitations under
5049
the License.
51-
```
50+
```

0 commit comments

Comments
 (0)