aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboard.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-05-31 18:52:54 +0900
committersatok <satok@google.com>2010-05-31 20:38:38 +0900
commitfaeed22612626d0c2a863fa2994569a8209817a3 (patch)
tree723113f63792c4aea44952491969eda5c0cbaa66 /java/src/com/android/inputmethod/latin/LatinKeyboard.java
parent352f8bc9a3b4348fa1dc8e7abb1407cc34a298c5 (diff)
downloadlatinime-faeed22612626d0c2a863fa2994569a8209817a3.tar.gz
latinime-faeed22612626d0c2a863fa2994569a8209817a3.tar.xz
latinime-faeed22612626d0c2a863fa2994569a8209817a3.zip
Add black resources
Change-Id: Ibd1ac2610b70693975011f85e232348388245553
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinKeyboard.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinKeyboard.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboard.java b/java/src/com/android/inputmethod/latin/LatinKeyboard.java
index eba0ec04e..1a9350a83 100644
--- a/java/src/com/android/inputmethod/latin/LatinKeyboard.java
+++ b/java/src/com/android/inputmethod/latin/LatinKeyboard.java
@@ -123,7 +123,8 @@ public class LatinKeyboard extends Keyboard {
setDefaultBounds(m123MicPreviewIcon);
sSpacebarVerticalCorrection = res.getDimensionPixelOffset(
R.dimen.spacebar_vertical_correction);
- mIsAlphaKeyboard = xmlLayoutResId == R.xml.kbd_qwerty;
+ mIsAlphaKeyboard = xmlLayoutResId == R.xml.kbd_qwerty
+ || xmlLayoutResId == R.xml.kbd_qwerty_black;
mSpaceKeyIndex = indexOf((int) ' ');
}