diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-02-13 14:12:00 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-02-13 14:15:19 +0000 |
commit | 31eeb79521b952212e3018f262e25e6b3f4599e7 (patch) | |
tree | 99259f1b5cb41b9db8ecc3a751b8dd5b343cafe1 | |
parent | c922df9814c85c080272fc4962584133fa6f5316 (diff) |
Revert "resolve fdo#60379 Impress Remote: Options look disabled"
This reverts commit 23e6ac150b217be70a80d42deb5b253059030783.
-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 c88c947fd838..80a4b4ae73ef 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/light_grey</item> + <item name="android:textColor">@color/text_grey</item> <item name="android:alertDialogStyle">@style/Theme.ImpressRemote.Dialog</item> </style> -</resources> +</resources>
\ No newline at end of file |