From f81bc7887eaaaacd8d3603a14b275af6d99a7aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frans-Lukas=20L=C3=B6venvald?= Date: Thu, 2 Jul 2020 09:33:36 +0200 Subject: [PATCH] #2111 further rephrasing. --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index bbb3a70cf..5cdfde6e0 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -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.