summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-09-18 16:28:16 -0700
committerAdam Powell <adamp@google.com>2011-09-18 16:28:16 -0700
commitac0f0d579236748f9fa8f41f22dd4b1aba5fbdb5 (patch)
tree9c89ef563bcbb610910595481716a96e4e81d2a9 /core
parentbfb9a9ae1005998818dd2e75ac7e7f23277a1f03 (diff)
downloadframeworks_base-ac0f0d579236748f9fa8f41f22dd4b1aba5fbdb5.zip
frameworks_base-ac0f0d579236748f9fa8f41f22dd4b1aba5fbdb5.tar.gz
frameworks_base-ac0f0d579236748f9fa8f41f22dd4b1aba5fbdb5.tar.bz2
Fix bug 5279720 - Legacy theme EditText coloring
Change-Id: Iced9d4d34b48bcf5d060a82fefd6d70a8c921e3f
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/themes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml
index 3378dc8..1089969 100644
--- a/core/res/res/values/themes.xml
+++ b/core/res/res/values/themes.xml
@@ -94,7 +94,7 @@ please see themes_device_defaults.xml.
<item name="textAppearanceButton">@android:style/TextAppearance.Widget.Button</item>
- <item name="editTextColor">?android:attr/textColorPrimaryInverse</item>
+ <item name="editTextColor">?android:color/primary_text_light</item>
<item name="editTextBackground">@android:drawable/edit_text</item>
<item name="candidatesTextStyleSpans">@android:string/candidates_style</item>
@@ -410,7 +410,7 @@ please see themes_device_defaults.xml.
<item name="textColorLink">@android:color/link_text_light</item>
<item name="textColorLinkInverse">@android:color/link_text_dark</item>
- <item name="editTextColor">?android:attr/textColorPrimary</item>
+ <item name="editTextColor">@android:color/primary_text_light</item>
<item name="listChoiceBackgroundIndicator">@android:drawable/list_selector_background</item>
<item name="activatedBackgroundIndicator">@android:drawable/activated_background_light</item>