#2111 further rephrasing.

This commit is contained in:
Frans-Lukas Lövenvald 2020-07-02 09:33:36 +02:00 committed by GitHub
parent d75940dfb0
commit f81bc7887e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ The following steps should be followed to set a color or style of a view.
2. Add the color or style to a specific theme item in themes.xml
3. Make sure that the color or style works in both day and night mode. If it does not, add a night compatible color/style to values-night/themes.xml.
For a good video on how to work with themes, styles and colors, see [Developing Themes with Style (Android Dev Summit '19)](https://www.youtube.com/watch?v=Owkf8DhAOSo).
For a video on how to work with themes, styles and colors, see [Developing Themes with Style (Android Dev Summit '19)](https://www.youtube.com/watch?v=Owkf8DhAOSo).
## Night mode
Night mode is a different theme that makes the app easier on the eyes during night. When doing any design, make sure the new design works in night mode.