diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-12-01 12:10:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-12-01 17:03:37 +0100 |
commit | 05f80d673a27bba2520fac07888db5082dd7f9bd (patch) | |
tree | 4a47906e0c6acc15bdd619430f2993710d39255e /android | |
parent | a5a49657dc17609a05dca59a8521fd71d14fe76e (diff) |
Fix typo
Change-Id: Ia40016ad2696c8555163074c415ea0e8f9216f3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160207
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'android')
-rw-r--r-- | android/source/res/values/colors.xml | 2 |
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--> |