android/source/res/values/themes.xml |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit d83c1ba936bd25e6386ffdb3141e09dc350c66a0
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu Jul 10 12:01:44 2025 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Jul 14 19:06:59 2025 +0200

    android: Drop unused LibreOfficeTheme.NavigationView
    
    Unused since
    
        commit a23bd42e9b2f6401c710ac95afcc3aa8f360d65c
        Author: Michael Weghorn <m.wegh...@posteo.de>
        Date:   Tue Apr 6 14:26:06 2021 +0200
    
            android: Drop custom file abstraction + UI
    
    Change-Id: I01da7a0f2c2a0f5b28262984048a0328de0e846b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187624
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    (cherry picked from commit d93a9e5868d4c54fc17d8881e1c01eb048642c35)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187691
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/android/source/res/values/themes.xml 
b/android/source/res/values/themes.xml
index bf815b5c659f..99be869fbef7 100644
--- a/android/source/res/values/themes.xml
+++ b/android/source/res/values/themes.xml
@@ -14,10 +14,6 @@
     <style name="LibreOfficeTheme.Toolbar" 
parent="Theme.AppCompat.DayNight.NoActionBar">
     </style>
 
-    <style name="LibreOfficeTheme.NavigationView">
-        <item name="colorPrimary">@android:color/black</item>
-    </style>
-
     <style name="NewDocumentTextView">
         <item name="android:layout_width">wrap_content</item>
         <item name="android:layout_height">wrap_content</item>

Reply via email to