From 6b38e5cd05fb0c3d6fc8caf446dd8cc3dcf2e836 Mon Sep 17 00:00:00 2001 From: Leon Scroggins Date: Tue, 19 Oct 2010 15:48:54 -0400 Subject: [PATCH] Use primary color for matches string. Bug:3111419 Change-Id: I9cd159ad836c42ca5f3f9aa81db6a82c5362957e --- core/res/res/layout/webview_find.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/webview_find.xml b/core/res/res/layout/webview_find.xml index f2edb2bc6701b..4cf2df51b1362 100644 --- a/core/res/res/layout/webview_find.xml +++ b/core/res/res/layout/webview_find.xml @@ -34,6 +34,6 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="?android:attr/textColorSecondaryInverse" + android:textColor="?android:attr/textColorPrimary" />