diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-04-29 19:34:27 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-04-30 18:11:35 +0000 |
commit | a229089527b64e2e7a929cf980ff7a0eef293787 (patch) | |
tree | 80d722de45de05bbb16fe2b3201761c0fb5582a5 | |
parent | 2bb444ecb10436b640c1dc35e85cdcb512c8dff6 (diff) |
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@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | android/experimental/LOAndroid3/res/values/themes.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/experimental/LOAndroid3/res/values/themes.xml b/android/experimental/LOAndroid3/res/values/themes.xml index 2b9e9f13749f..3b865112fbd3 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"> |