を作成しましたKeyboard
。icon
1つに表示する必要がありKey
ます。
Keyboard.Key key;
key = this.getKeys().get( 0);
Drawable icon = context.getResources().getDrawable( iKeyIcon); // iKeyIcon - id of my file resource with icon
key.icon = icon;
高さと幅をプログラムで設定するにはどうすればよいですか?