diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2013-02-12 00:29:20 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-02-12 00:46:04 +0100 |
commit | 8e68629ccffd4923c645a503b22625a785fb9a1e (patch) | |
tree | 85813ce8463d2b17f0bff726c2513699b417cbd9 | |
parent | 0464ae377de072fd421b381ea59dbe882eb784e0 (diff) |
Revert "resolve fdo#60379 Impress Remote: Options look disabled"
This fix was affecting all text in the App, making e.g. server list
and options activity white-on-white.
This reverts commit 23e6ac150b217be70a80d42deb5b253059030783.
Change-Id: Iecdbb3daf18f53c5c396e8a9f6204a17a310cfb5
-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 |