Kaydet (Commit) a2290895 authored tarafından Christian Lohmaier's avatar Christian Lohmaier Kaydeden (comit) Adolfo Jayme Barrientos

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/15571Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 2bb444ec
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
<resources> <resources>
<style name="LibreOfficeTheme" parent="LibreOfficeTheme.Base"/> <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="android:windowNoTitle">true</item>
<item name="windowActionBar">false</item>
</style> </style>
<style name="BrowserTheme" parent="Theme.AppCompat.Light.NoActionBar"> <style name="BrowserTheme" parent="Theme.AppCompat.Light.NoActionBar">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment