summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorJoren De Cuyper <joren.libreoffice@telenet.be>2013-02-07 19:43:44 +0100
committerTor Lillqvist <tml@iki.fi>2013-02-07 18:57:36 +0000
commit23e6ac150b217be70a80d42deb5b253059030783 (patch)
tree9b8b88b35b1cd01b4b09cfa2bd6cb7dca85d69fc /android
parent5aade07de7b404d1254e2135de751c3af4a05e1e (diff)
resolve fdo#60379 Impress Remote: Options look disabled
Change-Id: Ifb760fd0a0fa1430b77838a0340cc0956a0201a7 Reviewed-on: https://gerrit.libreoffice.org/2029 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com> Reviewed-on: https://gerrit.libreoffice.org/2030 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/sdremote/res/values/styles.xml b/android/sdremote/res/values/styles.xml
index 80a4b4ae73ef..c88c947fd838 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>