android/source/res/values/colors.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05f80d673a27bba2520fac07888db5082dd7f9bd
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Dec 1 12:10:29 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Dec 1 17:03:37 2023 +0100

    Fix typo
    
    Change-Id: Ia40016ad2696c8555163074c415ea0e8f9216f3c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160207
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Jenkins

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-->

Reply via email to