aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-01 01:52:31 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-09-01 01:52:31 -0700
commitd4f60bc8fcf60990aa7593a866c645eaf7c08a93 (patch)
tree9d033ad467d77fd476856aac5b641b011c1a4043 /java/src
parent4de4d51dfab8327739cff64d192fe0a6ca9e6e7a (diff)
parent8d3ca2fc449cbce7f88a77c0f3b80c0270975d14 (diff)
downloadlatinime-d4f60bc8fcf60990aa7593a866c645eaf7c08a93.tar.gz
latinime-d4f60bc8fcf60990aa7593a866c645eaf7c08a93.tar.xz
latinime-d4f60bc8fcf60990aa7593a866c645eaf7c08a93.zip
Merge "Fix new theme assets and resources" into gingerbread
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinKeyboard.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboard.java b/java/src/com/android/inputmethod/latin/LatinKeyboard.java
index c35a1b05a..15e22f318 100644
--- a/java/src/com/android/inputmethod/latin/LatinKeyboard.java
+++ b/java/src/com/android/inputmethod/latin/LatinKeyboard.java
@@ -732,7 +732,7 @@ public class LatinKeyboard extends Keyboard {
public void draw(Canvas canvas) {
canvas.save();
if (mHitThreshold) {
- mTextPaint.setColor(mRes.getColor(R.color.latinkeyboard_text_color));
+ mTextPaint.setColor(mRes.getColor(R.color.latinkeyboard_feedback_language_text));
canvas.clipRect(0, 0, mWidth, mHeight);
if (mCurrentLanguage == null) {
mCurrentLanguage = getInputLanguage(mWidth, mTextPaint);