summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
authorDianne Hackborn <>2009-03-25 18:37:33 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-25 18:37:33 -0700
commit73fbd70263cedabc82971728d3ad29b2a76ac76e (patch)
tree69ff7dc82aa52e9c8f1c1ed9c3e9a4ab193556b9 /core/java/android
parent1ee5792d0da79ad1e6ba548f670c4aea0a38ccc1 (diff)
downloadframeworks_base-73fbd70263cedabc82971728d3ad29b2a76ac76e.zip
frameworks_base-73fbd70263cedabc82971728d3ad29b2a76ac76e.tar.gz
frameworks_base-73fbd70263cedabc82971728d3ad29b2a76ac76e.tar.bz2
Automated import from //branches/cupcake/...@142829,142829
Diffstat (limited to 'core/java/android')
-rwxr-xr-xcore/java/android/inputmethodservice/KeyboardView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/inputmethodservice/KeyboardView.java b/core/java/android/inputmethodservice/KeyboardView.java
index 7a63c0c..9b8b5db 100755
--- a/core/java/android/inputmethodservice/KeyboardView.java
+++ b/core/java/android/inputmethodservice/KeyboardView.java
@@ -932,7 +932,7 @@ public class KeyboardView extends View implements View.OnClickListener {
mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
com.android.internal.R.id.keyboardView);
View closeButton = mMiniKeyboardContainer.findViewById(
- com.android.internal.R.id.button_close);
+ com.android.internal.R.id.closeButton);
if (closeButton != null) closeButton.setOnClickListener(this);
mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() {
public void onKey(int primaryCode, int[] keyCodes) {