summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/source/res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/res/values/colors.xml b/android/source/res/values/colors.xml
index 8f97b3e67130..4642a2b8f1c1 100644
--- a/android/source/res/values/colors.xml
+++ b/android/source/res/values/colors.xml
@@ -6,7 +6,7 @@
<resources>
<!-- "?attr/colorBackgroundFloating" could be used directly instead for API level >= 23,
- but current minimum API level is lower. Overriden for dark theme in values-night/color.xml. -->
+ but current minimum API level is lower. Overridden for dark theme in values-night/color.xml. -->
<color name="background_floating">@color/background_floating_material_light</color>
<color name="background_light">#FAFAFA</color> <!--Material Grey 50-->