From 5723e6e18d3f6aafc96733dae8e8eba3f0d14616 Mon Sep 17 00:00:00 2001 From: rupert THURNER Date: Sun, 28 Apr 2013 14:28:11 +0200 Subject: [PATCH] search box now black on white, even on android-4.1.2. this time just remove styles. --- res/layout/main.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index 118768ae0..aad91cb06 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -39,7 +39,6 @@ android:imeOptions="actionGo" android:inputType="text|textCapWords" android:maxLines="1" - android:textColor="@android:color/primary_text_light" />