Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 549863a7 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix referring wrong TypedArray (DO NOT MERGE)

This is the cherry-pick of Change I2a8f00ed from Master.

Change-Id: I2a8f00edb579e24e612e839498ece097e9d3d7f6
parent f8b9e7eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();