summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-03-10 11:08:19 +0900
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 09:38:01 +0100
commita14d29259e552d35722b42a8cbf73e97339ba745 (patch)
tree2f86d761b669bbaa6d5c43bfff43d0aec9dc0e9c /android
parent7f4e5c8247987c54f4328cb74d8ad00ae474ee79 (diff)
android: wrong parent in theme definition
Change-Id: I0efaa8c131959dbaefba24d48041744391c55137
Diffstat (limited to 'android')
-rw-r--r--android/experimental/LOAndroid3/res/values/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/LOAndroid3/res/values/themes.xml b/android/experimental/LOAndroid3/res/values/themes.xml
index f0853b8b3425..2d8f593d5141 100644
--- a/android/experimental/LOAndroid3/res/values/themes.xml
+++ b/android/experimental/LOAndroid3/res/values/themes.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <style name="LibreOfficeTheme" parent="LibreOfficeTheme"/>
+ <style name="LibreOfficeTheme" parent="LibreOfficeTheme.Base"/>
<style name="LibreOfficeTheme.Base" parent="Theme.AppCompat.Light">
<item name="android:windowNoTitle">true</item>