summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-09-19 13:34:15 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-19 13:34:15 -0700
commit735e85769f10966267afd490204de6e388307fe5 (patch)
treef9d38a9ccbfb4d1d0b7084aca08467a2fd268506 /core
parente2bb99600e3a6eed97d2739f62c84998180a705d (diff)
parent2ee1ffb144800802c566bebe062f324297a791ba (diff)
downloadframeworks_base-735e85769f10966267afd490204de6e388307fe5.zip
frameworks_base-735e85769f10966267afd490204de6e388307fe5.tar.gz
frameworks_base-735e85769f10966267afd490204de6e388307fe5.tar.bz2
Merge "Maybe fix issue #5340190: java.lang.RuntimeException: Unable to start..."
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml
index 1089969..1987d99 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:color/primary_text_light</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>