私はこのようになります/ resを/ XMLでxmlファイルでキーボードの定義があります。増加キーボード行のキーの高さ
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
android:keyWidth="10%p"
android:horizontalGap="0px"
android:verticalGap="0px"
android:keyHeight="@dimen/key_height"
>
<Row>
<Key... />
</Row>
<Row>
<Key... />
</Row>
<Row android:rowEdgeFlags="bottom" >
<Key ... />
</Row>
</Keyboard>
私はより背が高いのいずれかのキー列を作る方法を探しています他の人は、私はどのように動作することはできません。キーボードタグのkeyHeightを大きくすると、すべてのキーが大きくなります.1つの行のみをターゲットにする方法はありますか?