diff options
| author | 2010-10-19 15:48:54 -0400 | |
|---|---|---|
| committer | 2010-10-19 15:48:54 -0400 | |
| commit | 6b38e5cd05fb0c3d6fc8caf446dd8cc3dcf2e836 (patch) | |
| tree | 58bb4bd7f79b65bce0b77243e30280cc0a4d22fe | |
| parent | 7a1af97689b4b9d4c0e8a51a2d81158c72bc85c1 (diff) | |
Use primary color for matches string.
Bug:3111419
Change-Id: I9cd159ad836c42ca5f3f9aa81db6a82c5362957e
| -rw-r--r-- | core/res/res/layout/webview_find.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/webview_find.xml b/core/res/res/layout/webview_find.xml index f2edb2bc6701..4cf2df51b136 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" /> </LinearLayout> |