[Libreoffice-commits] core.git: android/experimental

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Thu Apr 30 11:11:57 PDT 2015


 android/experimental/LOAndroid3/res/values/themes.xml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit a229089527b64e2e7a929cf980ff7a0eef293787
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Apr 29 19:34:27 2015 +0200

    fix theme with AppCompat 22.1 or later
    
    AppCompat 22.1 is stricter in regards to what flags it it accepts
    
    Change-Id: If9b77e59604147cb7050b5721380ab213fcdb9a6
    Reviewed-on: https://gerrit.libreoffice.org/15571
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/android/experimental/LOAndroid3/res/values/themes.xml b/android/experimental/LOAndroid3/res/values/themes.xml
index 2b9e9f1..3b86511 100644
--- a/android/experimental/LOAndroid3/res/values/themes.xml
+++ b/android/experimental/LOAndroid3/res/values/themes.xml
@@ -2,9 +2,8 @@
 <resources>
     <style name="LibreOfficeTheme" parent="LibreOfficeTheme.Base"/>
 
-    <style name="LibreOfficeTheme.Base" parent="Theme.AppCompat.Light">
+    <style name="LibreOfficeTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
         <item name="android:windowNoTitle">true</item>
-        <item name="windowActionBar">false</item>
     </style>
 
     <style name="BrowserTheme" parent="Theme.AppCompat.Light.NoActionBar">


More information about the Libreoffice-commits mailing list