diff options
author | Joren De Cuyper <joren.libreoffice@telenet.be> | 2013-02-07 19:43:44 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-02-07 18:46:15 +0000 |
commit | 5adefb21244ca57b95e9f8df6ec18880438201bf (patch) | |
tree | 71a3511d1dbbef99a89f569e730be17c4f9d1714 | |
parent | cd5b03ecc1389806f92242dff8285ab8654231c9 (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>
-rw-r--r-- | android/sdremote/res/values/styles.xml | 4 |
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> |