[PATCH] resolve fdo#60379 Impress Remote: Options look disabled
Joren De Cuyper (via Code Review)
gerrit at gerrit.libreoffice.org
Thu Feb 7 10:44:56 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2029
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/2029/1
resolve fdo#60379 Impress Remote: Options look disabled
Change-Id: Ifb760fd0a0fa1430b77838a0340cc0956a0201a7
---
M android/sdremote/res/values/styles.xml
1 file changed, 2 insertions(+), 2 deletions(-)
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>
--
To view, visit https://gerrit.libreoffice.org/2029
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb760fd0a0fa1430b77838a0340cc0956a0201a7
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>
More information about the LibreOffice
mailing list