android/sdremote/res/values/styles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5adefb21244ca57b95e9f8df6ec18880438201bf Author: Joren De Cuyper <[email protected]> Date: Thu Feb 7 19:43:44 2013 +0100 resolve fdo#60379 Impress Remote: Options look disabled Change-Id: Ifb760fd0a0fa1430b77838a0340cc0956a0201a7 Reviewed-on: https://gerrit.libreoffice.org/2029 Reviewed-by: Thorsten Behrens <[email protected]> Tested-by: Thorsten Behrens <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
