[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Mon Mar 9 19:11:48 PDT 2015


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

New commits:
commit cebd99d5e5a7f94d57a4b1f56124bb62cf294e23
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date:   Tue Mar 10 11:08:19 2015 +0900

    android: wrong parent in theme definition
    
    Change-Id: I0efaa8c131959dbaefba24d48041744391c55137

diff --git a/android/experimental/LOAndroid3/res/values/themes.xml b/android/experimental/LOAndroid3/res/values/themes.xml
index f0853b8..2d8f593 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>


More information about the Libreoffice-commits mailing list