am 0e39e820: Merge "Fix referring wrong TypedArray (DO NOT MERGE)" into ics-mr1

* commit '0e39e820ce49b5fc2f8a309c3f64e5b0fefbea48':
  Fix referring wrong TypedArray (DO NOT MERGE)
main
Tadashi G. Takaoka 2011-11-08 03:16:41 +00:00 committed by Android Git Automerger
commit 7c974e093b
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class KeyboardBuilder<KP extends KeyboardParams> {
keyboardAttr.recycle();
TypedArray keyAttr = res.obtainAttributes(Xml.asAttributeSet(parser),
R.styleable.Keyboard_Key);
mDefaultKeyWidth = KeyboardBuilder.getDimensionOrFraction(keyboardAttr,
mDefaultKeyWidth = KeyboardBuilder.getDimensionOrFraction(keyAttr,
R.styleable.Keyboard_Key_keyWidth, params.mBaseWidth, params.mDefaultKeyWidth);
keyAttr.recycle();