[Libreoffice-commits] core.git: android/sdremote
Joren De Cuyper
joren.libreoffice at telenet.be
Thu Feb 7 10:46:34 PST 2013
android/sdremote/res/values/styles.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5adefb21244ca57b95e9f8df6ec18880438201bf
Author: Joren De Cuyper <joren.libreoffice at telenet.be>
Date: Thu Feb 7 19:43:44 2013 +0100
resolve fdo#60379 Impress Remote: Options look disabled
Change-Id: Ifb760fd0a0fa1430b77838a0340cc0956a0201a7
Reviewed-on: https://gerrit.libreoffice.org/2029
Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
Tested-by: Thorsten Behrens <tbehrens at suse.com>
diff --git a/android/sdremote/res/values/styles.xml b/android/sdremote/res/values/styles.xml
index 80a4b4a..c88c947 100644
--- a/android/sdremote/res/values/styles.xml
+++ b/android/sdremote/res/values/styles.xml
@@ -72,9 +72,9 @@
<item name="android:actionDropDownStyle">@style/Theme.ImpressRemote.ActionBarMenu</item>
<item name="android:windowBackground">@color/light_grey</item>
<item name="android:homeAsUpIndicator">@drawable/up_indicator_white</item>
- <item name="android:textColor">@color/text_grey</item>
+ <item name="android:textColor">@color/light_grey</item>
<item name="android:alertDialogStyle">@style/Theme.ImpressRemote.Dialog</item>
</style>
-</resources>
\ No newline at end of file
+</resources>
More information about the Libreoffice-commits
mailing list